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 | IA±]h | 100100100100100110010010010000011001000110110001100100100101110101101000 | 9249924191b1925d68 |
SJIS-WIN | ?I?A?±?]h | 00111111010010010011111101000001001111111000000101111101001111110101110101101000 | 3f493f413f817d3f5d68 |
EUC-JP | ?I?A?±?]h | 00111111010010010011111101000001001111111010000111011110001111110101110101101000 | 3f493f413fa1de3f5d68 |
UTF-8 | IA±]h | 1100001010010010010010011100001010010010010000011100001010010001110000101011000111000010100100100101110101101000 | c29249c29241c291c2b1c2925d68 |
UHC | ?I?A?±?]h | 00111111010010010011111101000001001111111010000110111110001111110101110101101000 | 3f493f413fa1be3f5d68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)