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 | 矮唐 | 11100001111000101001001110000010 | e1e29382 |
EUC-JP | 矮唐 | 11100010111001001100010111100010 | e2e4c5e2 |
UTF-8 | 矮唐 | 111001111001111110101110111001011001010010010000 | e79faee59490 |
UHC | 矮唐 | 11101000111000011101001111010000 | e8e1d3d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)