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 | ?????N | 001111110011111100111111001111110011111101001110 | 3f3f3f3f3f4e |
SJIS-WIN | ???お∵N | 0011111100111111001111111000001010101000100000011110011001001110 | 3f3f3f82a881e64e |
EUC-JP | ???お∵N | 0011111100111111001111111010010010101010101000101110100001001110 | 3f3f3fa4aaa2e84e |
UTF-8 | 룵ㄱ춳お∵N | 11101011101000111011010111100011100001001011000111101100101101101011001111100011100000011000101011100010100010001011010101001110 | eba3b5e384b1ecb6b3e3818ae288b54e |
UHC | 룵ㄱ춳お∵N | 1000111110101010101001001010000110101101100011111010101010101010101000011111000101001110 | 8faaa4a1ad8faaaaa1f14e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)