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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 蟻⑨?癲?? | 100010110110000110000111010010000011111111100001100111110011111100111111 | 8b6187483fe19f3f3f |
| EUC-JP | 蟻??癲?? | 1011010111000010001111110011111111100010101000010011111100111111 | b5c23f3fe2a13f3f |
| UTF-8 | 蟻⑨쫱癲됱옫 | 111010001001111110111011111000101001000110101000111011001010101110110001111001111001100110110010111010111001000010110001111011001001100010101011 | e89fbbe291a8ecabb1e799b2eb90b1ec98ab |
| UHC | 蟻⑨쫱癲됱옫 | 111010111111110010101000111011111010011010001001111011111010011010001001111011001001111010101010 | ebfca8efa689efa689ec9eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)