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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 鈺?К節 | 11111011110001000011111110000100010010111001000011011111 | fbc43f844b90df |
| EUC-JP | 鈺?К節 | 1000111111100011110101010011111110100111101011001100000011100001 | 8fe3d53fa7acc0e1 |
| UTF-8 | 鈺싩К節 | 1110100110001000101110101110110010001011101010011101000010011010111001111010111110000000 | e988baec8ba9d09ae7af80 |
| UHC | 鈺싩К節 | 1110100010101101100110101110011110101100101011001110111110111101 | e8ad9ae7acacefbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)