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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 咤珈 | 10011010010000101110000011011011 | 9a42e0db |
EUC-JP | 咤珈 | 11010011101000111110000011011101 | d3a3e0dd |
UTF-8 | 咤珈 | 111001011001001010100100111001111000111110001000 | e592a4e78f88 |
UHC | 咤? | 111101101110001100111111 | f6e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)