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 | 核唐 | 10001010011010101001001110000010 | 8a6a9382 |
EUC-JP | 核唐 | 10110011110010111100010111100010 | b3cbc5e2 |
UTF-8 | 核唐 | 111001101010000010111000111001011001010010010000 | e6a0b8e59490 |
UHC | 核唐 | 11111010101101111101001111010000 | fab7d3d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)