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 | ??衣??低 | 0011111100111111100010001101111100111111001111111001001011100001 | 3f3f88df3f3f92e1 |
| EUC-JP | ??衣??低 | 0011111100111111101100001110000100111111001111111100010011100011 | 3f3fb0e13f3fc4e3 |
| UTF-8 | 欌렪衣쮸떵低 | 111001101010110010001100111010111010000010101010111010001010000110100011111011001010111010111000111010111001011010110101111001001011110110001110 | e6ac8ceba0aae8a1a3ecaeb8eb96b5e4bd8e |
| UHC | 欌렪衣쮸떵低 | 111011011110101110001110101110001110101111111101110000101110100110110110101110101110111010111000 | edeb8eb8ebfdc2e9b6baeeb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)