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 | ???扼?? | 00111111001111110011111110011101010011100011111100111111 | 3f3f3f9d4e3f3f |
| EUC-JP | ???扼?? | 00111111001111110011111111011001101011110011111100111111 | 3f3f3fd9af3f3f |
| UTF-8 | 僚뺜펯扼귡죰 | 111011111010011010111011111010111011101010011100111011011000111010101111111001101000100110111100111010101011011110100001111011001010001110110000 | efa6bbebba9ced8eafe689bceab7a1eca3b0 |
| UHC | 僚뺜펯扼귡죰 | 111010001110100010010101111001001011110010000001111001001111100110000010111010011010000110001011 | e8e895e4bc81e4f982e9a18b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)