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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ???禦 | 0011111100111111001111111000101110011010 | 3f3f3f8b9a |
| EUC-JP | ???禦 | 0011111100111111001111111011010111111010 | 3f3f3fb5fa |
| UTF-8 | 女럧렮禦 | 111011111010011010000001111010111001111110100111111010111010000010101110111001111010011010100110 | efa681eb9fa7eba0aee7a6a6 |
| UHC | 女럧렮禦 | 1110010111111100100011101000101010001110101110111110010111011101 | e5fc8e8a8ebbe5dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)