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 | 11100101110111010111101011100101110111010111101001000010 | e5dd7ae5dd7a42 |
EUC-JP | 袿z袿zB | 11101010110111110111101011101010110111110111101001000010 | eadf7aeadf7a42 |
UTF-8 | 袿z袿zB | 111010001010001010111111011110101110100010100010101111110111101001000010 | e8a2bf7ae8a2bf7a42 |
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)