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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 痍皎 | 11100001011101111110000110100111 | e177e1a7 |
EUC-JP | 痍皎 | 11100001110110001110001010101001 | e1d8e2a9 |
UTF-8 | 痍皎 | 111001111001011110001101111001111001101010001110 | e7978de79a8e |
UHC | 痍皎 | 11101100101101111100111011101011 | ecb7ceeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)