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 | 11100011011100100111101011100011011100100111101001000010 | e3727ae3727a42 |
EUC-JP | 縒z縒zB | 11100101110100110111101011100101110100110111101001000010 | e5d37ae5d37a42 |
UTF-8 | 縒z縒zB | 111001111011100010010010011110101110011110111000100100100111101001000010 | e7b8927ae7b8927a42 |
UHC | ?z?zB | 0011111101111010001111110111101001000010 | 3f7a3f7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)