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 | OP{@OP{@^ | 10010111010011110101000010011111011110110100000010010111010011110101000010011111011110110100000001011110 | 974f509f7b40974f509f7b405e |
SJIS-WIN | ?OP?{@?OP?{@^ | 00111111010011110101000000111111011110110100000000111111010011110101000000111111011110110100000001011110 | 3f4f503f7b403f4f503f7b405e |
EUC-JP | ?OP?{@?OP?{@^ | 00111111010011110101000000111111011110110100000000111111010011110101000000111111011110110100000001011110 | 3f4f503f7b403f4f503f7b405e |
UTF-8 | OP{@OP{@^ | 1100001010010111010011110101000011000010100111110111101101000000110000101001011101001111010100001100001010011111011110110100000001011110 | c2974f50c29f7b40c2974f50c29f7b405e |
UHC | ?OP?{@?OP?{@^ | 00111111010011110101000000111111011110110100000000111111010011110101000000111111011110110100000001011110 | 3f4f503f7b403f4f503f7b405e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)