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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 葫聰 | 11100100110101111110001111100000 | e4d7e3e0 |
EUC-JP | 葫聰 | 11101000110110011110011011100010 | e8d9e6e2 |
UTF-8 | 葫聰 | 111010001001000110101011111010001000000110110000 | e891abe881b0 |
UHC | 葫聰 | 11111011110110011111010111000110 | fbd9f5c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)