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 | ÀÎEÀÎEB | 11000000110011100100010111000000110011100100010101000010 | c0ce45c0ce4542 |
SJIS-WIN | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
EUC-JP | ÀÎEÀÎEB | 100011111010101010100010100011111010101011000010010001011000111110101010101000101000111110101010110000100100010101000010 | 8faaa28faac2458faaa28faac24542 |
UTF-8 | ÀÎEÀÎEB | 1100001110000000110000111000111001000101110000111000000011000011100011100100010101000010 | c380c38e45c380c38e4542 |
UHC | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)