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 | 艤?葺?懿 | 1110010001111110001111111001010110011000001111111001110011110010 | e47e3f95983f9cf2 |
| EUC-JP | 艤?葺?懿 | 1110011111011111001111111100100111111000001111111101100011110100 | e7df3fc9f83fd8f4 |
| UTF-8 | 艤렪葺렯懿 | 111010001000100110100100111010111010000010101010111010001001000110111010111010111010000010101111111001101000011110111111 | e889a4eba0aae891baeba0afe687bf |
| UHC | 艤렪葺렯懿 | 11101011111110101000111010111000111100011111000110001110101111001110101111110011 | ebfa8eb8f1f18ebcebf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)