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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 怨峰?唐 | 10001001100001011001010111110100001111111001001110000010 | 898595f43f9382 |
EUC-JP | 怨峰?唐 | 10110001111001011100101011110110001111111100010111100010 | b1e5caf63fc5e2 |
UTF-8 | 怨峰렍唐 | 111001101000000010101000111001011011001110110000111010111010000010001101111001011001010010010000 | e680a8e5b3b0eba08de59490 |
UHC | 怨峰렍唐 | 1110101010110011110111001110100010001110101000111101001111010000 | eab3dce88ea3d3d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)