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 | ?z?zB | 0011111101111010001111110111101001000010 | 3f7a3f7a42 |
SJIS-WIN | 獺z獺zB | 11100000110110100111101011100000110110100111101001000010 | e0da7ae0da7a42 |
EUC-JP | 獺z獺zB | 11100000110111000111101011100000110111000111101001000010 | e0dc7ae0dc7a42 |
UTF-8 | 獺z獺zB | 111001111000110110111010011110101110011110001101101110100111101001000010 | e78dba7ae78dba7a42 |
UHC | 獺z獺zB | 11010011101101110111101011010011101101110111101001000010 | d3b77ad3b77a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)