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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雎主唐 | 111010001011000110001110111001011001001110000010 | e8b18ee59382 |
EUC-JP | 雎主唐 | 111100001011001110111100111001111100010111100010 | f0b3bce7c5e2 |
UTF-8 | 雎主唐 | 111010011001101110001110111001001011100010111011111001011001010010010000 | e99b8ee4b8bbe59490 |
UHC | 雎主唐 | 111011101101000111110001101010111101001111010000 | eed1f1abd3d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)