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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 篆♀耳 | 111000101011110110000001100010101000111010101000 | e2bd818a8ea8 |
EUC-JP | 篆♀耳 | 111001001011111110100001111010101011110010101010 | e4bfa1eabcaa |
UTF-8 | 篆♀耳 | 111001111010111110000110111000101001100110000000111010001000000010110011 | e7af86e29980e880b3 |
UHC | 篆♀耳 | 111011111010101010100001110011111110110010111100 | efaaa1cfecbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)