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 | A§m | 1001001001000001100100011010011101101101 | 924191a76d |
SJIS-WIN | ?A?§m | 001111110100000100111111100000011001100001101101 | 3f413f81986d |
EUC-JP | ?A?§m | 001111110100000100111111101000011111100001101101 | 3f413fa1f86d |
UTF-8 | A§m | 1100001010010010010000011100001010010001110000101010011101101101 | c29241c291c2a76d |
UHC | ?A?§m | 001111110100000100111111101000011101011101101101 | 3f413fa1d76d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)