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 | 鬱氓??彦 | 1001111101010100100111111000001000111111001111111001010101000110 | 9f549f823f3f9546 |
| EUC-JP | 鬱氓??彦 | 1101110110110101110111011110001000111111001111111100100110100111 | ddb5dde23f3fc9a7 |
| UTF-8 | 鬱氓렮답彦 | 111010011010110010110001111001101011000010010011111010111010000010101110111010111000101110110101111001011011110110100110 | e9acb1e6b093eba0aeeb8bb5e5bda6 |
| UHC | 鬱氓렮답彦 | 11101010101001101101100011101100100011101011101110110100111001001110010111101001 | eaa6d8ec8ebbb4e4e5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)