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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ???扼? | 001111110011111100111111100111010100111000111111 | 3f3f3f9d4e3f |
| EUC-JP | ???扼? | 001111110011111100111111110110011010111100111111 | 3f3f3fd9af3f |
| UTF-8 | 僚뺜펯扼귡 | 111011111010011010111011111010111011101010011100111011011000111010101111111001101000100110111100111010101011011110100001 | efa6bbebba9ced8eafe689bceab7a1 |
| UHC | 僚뺜펯扼귡 | 11101000111010001001010111100100101111001000000111100100111110011000001011101001 | e8e895e4bc81e4f982e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)