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 | 獄??踰?? | 1000110110010110001111110011111111100110111110100011111100111111 | 8d963f3fe6fa3f3f |
| EUC-JP | 獄??踰?? | 1011100111110110001111110011111111101100111111000011111100111111 | b9f63f3fecfc3f3f |
| UTF-8 | 獄몄뇴踰싷쭪 | 111001111000110110000100111010111010101010000100111010111000011110110100111010001011100010110000111011001000101110110111111011001010110110101010 | e78d84ebaa84eb87b4e8b8b0ec8bb7ecadaa |
| UHC | 獄몄뇴踰싷쭪 | 111010001010101110111000111011001000011110011000111010111011001010011010111011111010011110011110 | e8abb8ec8798ebb29aefa79e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)