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 | 第?芋峰?? | 100100011110011000111111100010001111000010010101111101000011111100111111 | 91e63f88f095f43f3f |
| EUC-JP | 第?芋峰?? | 110000101110100000111111101100001111001011001010111101100011111100111111 | c2e83fb0f2caf63f3f |
| UTF-8 | 第렞芋峰렣렪 | 111001111010110010101100111010111010000010011110111010001000101010001011111001011011001110110000111010111010000010100011111010111010000010101010 | e7acaceba09ee88a8be5b3b0eba0a3eba0aa |
| UHC | 第렞芋峰렣렪 | 111100001010111110001110101011111110100111100011110111001110100010001110101101001000111010111000 | f0af8eafe9e3dce88eb48eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)