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 | 牆????? | 11100000101011010011111100111111001111110011111100111111 | e0ad3f3f3f3f3f |
| EUC-JP | 牆????? | 11100000101011110011111100111111001111110011111100111111 | e0af3f3f3f3f3f |
| UTF-8 | 牆잽렢곕렭렮 | 111001111000100110000110111011001001111010111101111010111010000010100010111010101011001110010101111010111010000010101101111010111010000010101110 | e78986ec9ebdeba0a2eab395eba0adeba0ae |
| UHC | 牆잽렢곕렭렮 | 111011011110110111000000111011001000111010110011101100001110101110001110101110101000111010111011 | ededc0ec8eb3b0eb8eba8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)