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 | 雄唐 | 10010111010110011001001110000010 | 97599382 |
EUC-JP | 雄唐 | 11001101101110101100010111100010 | cdbac5e2 |
UTF-8 | 雄唐 | 111010011001101110000100111001011001010010010000 | e99b84e59490 |
UHC | 雄唐 | 11101010101010011101001111010000 | eaa9d3d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)