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 | 前?葬? | 100100010100111100111111100100011001001000111111 | 914f3f91923f |
| EUC-JP | 前?葬? | 110000011011000000111111110000011111001000111111 | c1b03fc1f23f |
| UTF-8 | 前렋葬퐝 | 111001011000100110001101111010111010000010001011111010001001000110101100111011011001000010011101 | e5898deba08be891aced909d |
| UHC | 前렋葬퐝 | 1110111011110001100011101010001011101101111101111100011110100010 | eef18ea2edf7c7a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)