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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| UTF-8 | 琉녔뿥梨덅엡罹 | 111011111010011110001100111010111000010110010100111010111011111110100101111011111010011110100010111010111000110110000101111011001001011110100001111011111010011110100110 | efa78ceb8594ebbfa5efa7a2eb8d85ec97a1efa7a6 |
| UHC | 琉녔뿥梨덅엡罹 | 1110101110100100101100111110011010010111101001011110110010110001100010001110100010111111101001101110110010111010 | eba4b3e697a5ecb188e8bfa6ecba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)