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 | ??????O | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
| SJIS-WIN | 央?????O | 1000100110011011001111110011111100111111001111110011111101001111 | 899b3f3f3f3f3f4f |
| EUC-JP | 央?????O | 1011000111111011001111110011111100111111001111110011111101001111 | b1fb3f3f3f3f3f4f |
| UTF-8 | 央꼷뢜秊굩뢋O | 11100101101001001010111011101010101111001011011111101011101000101001110011101111101001101001010111101010101101011010100111101011101000101000101101001111 | e5a4aeeabcb7eba29cefa695eab5a9eba28b4f |
| UHC | 央꼷뢜秊굩뢋O | 11100100111001111000010010001111100011110101011111100110110111001000001010001111100011110100011101001111 | e4e7848f8f57e6dc828f8f474f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)