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 | ?曉?? | 0011111110011101111110100011111100111111 | 3f9dfa3f3f |
| EUC-JP | ?曉?? | 0011111111011010111111000011111100111111 | 3fdafc3f3f |
| UTF-8 | 뤜曉뤞빡 | 111010111010010010011100111001101001101110001001111010111010010010011110111010111011100110100001 | eba49ce69b89eba49eebb9a1 |
| UHC | 뤜曉뤞빡 | 1000111111001011111111001111101110001111110011011011101011111101 | 8fcbfcfb8fcdbafd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)