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 | 111011001001101110000001111011001001100010101100011110011110110010011011100000011110110010011000101011000111100101000010 | ec9b81ec98ac79ec9b81ec98ac7942 |
UHC | 웁올y웁올yB | 1011111111110011101111111100001101111001101111111111001110111111110000110111100101000010 | bff3bfc379bff3bfc37942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)