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 | OyOyB | 10010111010011110111100110010111010011110111100101000010 | 974f79974f7942 |
SJIS-WIN | ?Oy?OyB | 00111111010011110111100100111111010011110111100101000010 | 3f4f793f4f7942 |
EUC-JP | ?Oy?OyB | 00111111010011110111100100111111010011110111100101000010 | 3f4f793f4f7942 |
UTF-8 | OyOyB | 110000101001011101001111011110011100001010010111010011110111100101000010 | c2974f79c2974f7942 |
UHC | ?Oy?OyB | 00111111010011110111100100111111010011110111100101000010 | 3f4f793f4f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)