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 | G@M^ | 100100100100011110010010010000000100110101011110 | 924792404d5e |
SJIS-WIN | ?G?@M^ | 001111110100011100111111010000000100110101011110 | 3f473f404d5e |
EUC-JP | ?G?@M^ | 001111110100011100111111010000000100110101011110 | 3f473f404d5e |
UTF-8 | G@M^ | 1100001010010010010001111100001010010010010000000100110101011110 | c29247c292404d5e |
UHC | ?G?@M^ | 001111110100011100111111010000000100110101011110 | 3f473f404d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)