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 | 蔭唐 | 10001000111111001001001110000010 | 88fc9382 |
EUC-JP | 蔭唐 | 10110000111111101100010111100010 | b0fec5e2 |
UTF-8 | 蔭唐 | 111010001001010010101101111001011001010010010000 | e894ade59490 |
UHC | 蔭唐 | 11101011111000111101001111010000 | ebe3d3d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)