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 | 11100100011011110111101011100100011011110111101001000010 | e46f7ae46f7a42 |
EUC-JP | 與z與zB | 11100111110100000111101011100111110100000111101001000010 | e7d07ae7d07a42 |
UTF-8 | 與z與zB | 111010001000100010000111011110101110100010001000100001110111101001000010 | e888877ae888877a42 |
UHC | 與z與zB | 11100110101010000111101011100110101010000111101001000010 | e6a87ae6a87a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)