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 | 10001011111100010111101010001011111100010111101001000010 | 8bf17a8bf17a42 |
EUC-JP | 虞z虞zB | 10110110111100110111101010110110111100110111101001000010 | b6f37ab6f37a42 |
UTF-8 | 虞z虞zB | 111010001001100110011110011110101110100010011001100111100111101001000010 | e8999e7ae8999e7a42 |
UHC | 虞z虞zB | 11101001111001010111101011101001111001010111101001000010 | e9e57ae9e57a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)