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³[BF | 10010010010000011001000110110011010110110100001001000110 | 924191b35b4246 |
SJIS-WIN | ?A??[BF | 00111111010000010011111100111111010110110100001001000110 | 3f413f3f5b4246 |
EUC-JP | ?A??[BF | 00111111010000010011111100111111010110110100001001000110 | 3f413f3f5b4246 |
UTF-8 | A³[BF | 11000010100100100100000111000010100100011100001010110011010110110100001001000110 | c29241c291c2b35b4246 |
UHC | ?A?³[BF | 0011111101000001001111111010100111111000010110110100001001000110 | 3f413fa9f85b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)