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 | AnyAnyB | 100100100100000101101110011110011001001001000001011011100111100101000010 | 92416e7992416e7942 |
SJIS-WIN | ?Any?AnyB | 001111110100000101101110011110010011111101000001011011100111100101000010 | 3f416e793f416e7942 |
EUC-JP | ?Any?AnyB | 001111110100000101101110011110010011111101000001011011100111100101000010 | 3f416e793f416e7942 |
UTF-8 | AnyAnyB | 1100001010010010010000010110111001111001110000101001001001000001011011100111100101000010 | c292416e79c292416e7942 |
UHC | ?Any?AnyB | 001111110100000101101110011110010011111101000001011011100111100101000010 | 3f416e793f416e7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)