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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬩溯イ截 | 11101001101010011001111111101000101100101001110101000010 | e9a99fe8b29d42 |
EUC-JP | 鬩溯イ截 | 1111001010101011110111101110101010001110101100101101100110100011 | f2abdeea8eb2d9a3 |
UTF-8 | 鬩溯イ截 | 111010011010110010101001111001101011101010101111111011111011110110110010111001101000100010101010 | e9aca9e6baafefbdb2e688aa |
UHC | ?溯?截 | 001111111110000110111101001111111110111110111000 | 3fe1bd3fefb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)