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?? | 00111111010011100011111100111111 | 3f4e3f3f |
SJIS-WIN | 咤N咤珈 | 10011010010000100100111010011010010000101110000011011011 | 9a424e9a42e0db |
EUC-JP | 咤N咤珈 | 11010011101000110100111011010011101000111110000011011101 | d3a34ed3a3e0dd |
UTF-8 | 咤N咤珈 | 11100101100100101010010001001110111001011001001010100100111001111000111110001000 | e592a44ee592a4e78f88 |
UHC | 咤N咤? | 111101101110001101001110111101101110001100111111 | f6e34ef6e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)