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ãµ^ | 1001011101000001111000111011010101011110 | 9741e3b55e |
SJIS-WIN | ?A??^ | 0011111101000001001111110011111101011110 | 3f413f3f5e |
EUC-JP | ?Aã?^ | 00111111010000011000111110101011101010100011111101011110 | 3f418fabaa3f5e |
UTF-8 | Aãµ^ | 1100001010010111010000011100001110100011110000101011010101011110 | c29741c3a3c2b55e |
UHC | ?A??^ | 0011111101000001001111110011111101011110 | 3f413f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)