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 | 10010001010011100111101010010001010011100111101001000010 | 914e7a914e7a42 |
EUC-JP | 鮮z鮮zB | 11000001101011110111101011000001101011110111101001000010 | c1af7ac1af7a42 |
UTF-8 | 鮮z鮮zB | 111010011010111010101110011110101110100110101110101011100111101001000010 | e9aeae7ae9aeae7a42 |
UHC | 鮮z鮮zB | 11100000110110000111101011100000110110000111101001000010 | e0d87ae0d87a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)