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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 盖韜鈔G | 11100001101100111110100011101001111001111110001001000111 | e1b3e8e9e7e247 |
EUC-JP | 盖韜鈔G | 11100010101101011111000011101011111011101110010001000111 | e2b5f0ebeee447 |
UTF-8 | 盖韜鈔G | 11100111100110111001011011101001100111111001110011101001100010001001010001000111 | e79b96e99f9ce9889447 |
UHC | 盖韜?G | 110010111100110011010100101101110011111101000111 | cbccd4b73f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)