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 | 夕?齧 | 1001011101011011001111111110101010010110 | 975b3fea96 |
EUC-JP | 夕?齧 | 1100110110111100001111111111001111110110 | cdbc3ff3f6 |
UTF-8 | 夕說齧 | 111001011010010010010101111010001010101010101010111010011011110110100111 | e5a495e8aaaae9bda7 |
UHC | 夕說齧 | 111000001010101011100000111000111110000011100101 | e0aae0e3e0e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)