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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 鄒樒僑F | 11100111101111101001111011100111100010111010000101000110 | e7be9ee78ba146 |
EUC-JP | 鄒樒僑F | 11101110110000001101110011101001101101101010001101000110 | eec0dce9b6a346 |
UTF-8 | 鄒樒僑F | 11101001100001001001001011100110101010001001001011100101100000111001000101000110 | e98492e6a892e5839146 |
UHC | 鄒?僑F | 111101011101101100111111110011101110000001000110 | f5db3fcee046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)