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 | 室?? | 10001110101110100011111100111111 | 8eba3f3f |
| EUC-JP | 室?? | 10111100101111000011111100111111 | bcbc3f3f |
| UTF-8 | 室럮뢟 | 111001011010111010100100111010111001111110101110111010111010001010011111 | e5aea4eb9faeeba29f |
| UHC | 室럮뢟 | 111000111111100010001110100011111000111101011010 | e3f88e8f8f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)