To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鐔括矯 | 111010000101110010001010100001111000101110111000 | e85c8a878bb8 |
EUC-JP | 鐔括矯 | 111011111011110110110011111001111011011010111010 | efbdb3e7b6ba |
UTF-8 | 鐔括矯 | 111010011001000010010100111001101000101110101100111001111001111110101111 | e99094e68bace79faf |
UHC | ?括矯 | 0011111111001110110000001100111011101100 | 3fcec0ceec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)