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 | ?唐 | 001111111001001110000010 | 3f9382 |
EUC-JP | ?唐 | 001111111100010111100010 | 3fc5e2 |
UTF-8 | 臨唐 | 111011111010011110110110111001011001010010010000 | efa7b6e59490 |
UHC | 臨唐 | 11101100111110101101001111010000 | ecfad3d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)