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 | ??Nh??N | 00111111001111110100111001101000001111110011111101001110 | 3f3f4e683f3f4e |
SJIS-WIN | 嶸ゥNh嶸ゥN | 111110101011010010101001010011100110100011111010101101001010100101001110 | fab4a94e68fab4a94e |
EUC-JP | 嶸ゥNh嶸ゥN | 10001111101110111111010010001110101010010100111001101000100011111011101111110100100011101010100101001110 | 8fbbf48ea94e688fbbf48ea94e |
UTF-8 | 嶸ゥNh嶸ゥN | 111001011011011010111000111011111011110110101001010011100110100011100101101101101011100011101111101111011010100101001110 | e5b6b8efbda94e68e5b6b8efbda94e |
UHC | 嶸?Nh嶸?N | 111001111010111000111111010011100110100011100111101011100011111101001110 | e7ae3f4e68e7ae3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)