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 | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-WIN | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
EUC-JP | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
UTF-8 | 묱뫝y묱뫝yB | 111010111010110010110001111010111010101110011101011110011110101110101100101100011110101110101011100111010111100101000010 | ebacb1ebab9d79ebacb1ebab9d7942 |
UHC | 묱뫝y묱뫝yB | 1001001001001000100100011011110101111001100100100100100010010001101111010111100101000010 | 924891bd79924891bd7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)