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 | ??楔??嘶 | 0011111100111111100111101011011000111111001111111001101001111100 | 3f3f9eb63f3f9a7c |
| EUC-JP | ??楔??嘶 | 0011111100111111110111001011100000111111001111111101001111011101 | 3f3fdcb83f3fd3dd |
| UTF-8 | 뭒몼楔걟뙣嘶 | 111010111010110110010010111010111010101010111100111001101010010110010100111010101011000110011111111010111001100110100011111001011001100010110110 | ebad92ebaabce6a594eab19feb99a3e598b6 |
| UHC | 뭒몼楔걟뙣嘶 | 100100100101101010010001101000011110000011011011100000011000100010001100101010001110001110110110 | 925a91a1e0db81888ca8e3b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)