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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| UTF-8 | 廬몄닲留멊 | 111011111010011010000010111010111010101010000100111010111000101110110010111011111010011110001101111010111010100110001010 | efa682ebaa84eb8bb2efa78deba98a |
| UHC | 廬몄닲留멊 | 11100101111111101011100011101100100010001010100011101011101001111001000101000010 | e5feb8ec88a8eba79142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)