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 | 11100001011100000111101011100001011100000111101001000010 | e1707ae1707a42 |
EUC-JP | 疳z疳zB | 11100001110100010111101011100001110100010111101001000010 | e1d17ae1d17a42 |
UTF-8 | 疳z疳zB | 111001111001011010110011011110101110011110010110101100110111101001000010 | e796b37ae796b37a42 |
UHC | 疳z疳zB | 11001010111101110111101011001010111101110111101001000010 | caf77acaf77a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)