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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 鬯ゥ謌翫●h | 11101001101011001010100111100110100010001000101011100011100000011001110001101000 | e9aca9e6888ae3819c68 |
EUC-JP | 鬯ゥ謌翫●h | 1111001010101110100011101010100111101011111010001011010011100101101000011111110001101000 | f2ae8ea9ebe8b4e5a1fc68 |
UTF-8 | 鬯ゥ謌翫●h | 11101001101011001010111111101111101111011010100111101000101011001000110011100111101111111010101111100010100101111000111101101000 | e9acafefbda9e8ac8ce7bfabe2978f68 |
UHC | ???翫●h | 0011111100111111001111111110100011010001101000011101110001101000 | 3f3f3fe8d1a1dc68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)