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 | ANA°B | 100100100100000110010010010011101001001001000001100100011011000001000010 | 9241924e924191b042 |
SJIS-WIN | ?A?N?A?°B | 00111111010000010011111101001110001111110100000100111111100000011000101101000010 | 3f413f4e3f413f818b42 |
EUC-JP | ?A?N?A?°B | 00111111010000010011111101001110001111110100000100111111101000011110101101000010 | 3f413f4e3f413fa1eb42 |
UTF-8 | ANA°B | 1100001010010010010000011100001010010010010011101100001010010010010000011100001010010001110000101011000001000010 | c29241c2924ec29241c291c2b042 |
UHC | ?A?N?A?°B | 00111111010000010011111101001110001111110100000100111111101000011100011001000010 | 3f413f4e3f413fa1c642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)