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 | 10011111110101100111101010011111110101100111101001000010 | 9fd67a9fd67a42 |
EUC-JP | 渫z渫zB | 11011110110110000111101011011110110110000111101001000010 | ded87aded87a42 |
UTF-8 | 渫z渫zB | 111001101011100010101011011110101110011010111000101010110111101001000010 | e6b8ab7ae6b8ab7a42 |
UHC | 渫z渫zB | 11100000110111100111101011100000110111100111101001000010 | e0de7ae0de7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)