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 | ?zB | 001111110111101001000010 | 3f7a42 |
SJIS-WIN | 但zB | 10010010010000010111101001000010 | 92417a42 |
EUC-JP | 但zB | 11000011101000100111101001000010 | c3a27a42 |
UTF-8 | 但zB | 1110010010111101100001100111101001000010 | e4bd867a42 |
UHC | 但zB | 11010011101000110111101001000010 | d3a37a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)