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 | 001111111001111011010101100100101010001000111111001111110011111101001111 | 3f9ed592a23f3f3f4f |
| EUC-JP | ?榕弔???O | 001111111101110011010111110001001010010000111111001111110011111101001111 | 3fdcd7c4a43f3f3f4f |
| UTF-8 | 뤚榕弔쥚형렓O | 11101011101001001001101011100110101001101001010111100101101111001001010011101100101001011001101011101101100110001001010111101011101000001001001101001111 | eba49ae6a695e5bc94eca59aed9895eba0934f |
| UHC | 뤚榕弔쥚형렓O | 10001111110010011110100110111110111100001100000010100010100011111100011111111100100011101010100001001111 | 8fc9e9bef0c0a28fc7fc8ea84f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)