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 | 嫐跛淞 | 100110110110101111100110111010101001111111000010 | 9b6be6ea9fc2 |
EUC-JP | 嫐跛淞 | 110101011100110011101100111011001101111011000100 | d5ccececdec4 |
UTF-8 | 嫐跛淞 | 111001011010101110010000111010001011011110011011111001101011011110011110 | e5ab90e8b79be6b79e |
UHC | ?跛淞 | 0011111111110111111101011110000111100111 | 3ff7f5e1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)