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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 艤?貞?藏? | 111001000111111000111111100100101110010100111111111001010101010100111111 | e47e3f92e53fe5553f |
| EUC-JP | 艤?貞?藏? | 111001111101111100111111110001001110011100111111111010011011011000111111 | e7df3fc4e73fe9b63f |
| UTF-8 | 艤렪貞렫藏뺐 | 111010001000100110100100111010111010000010101010111010001011001010011110111010111010000010101011111010001001011110001111111010111011101010010000 | e889a4eba0aae8b29eeba0abe8978febba90 |
| UHC | 艤렪貞렫藏뺐 | 111010111111101010001110101110001110111111110110100011101011100111101101111110101011101110110000 | ebfa8eb8eff68eb9edfabbb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)