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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 鰲???聾 | 11101001111000000011111100111111001111111001100001010111 | e9e03f3f3f9857 |
| EUC-JP | 鰲???聾 | 11110010111000100011111100111111001111111100111110111000 | f2e23f3f3fcfb8 |
| UTF-8 | 鰲쑈뤛퐥聾 | 111010011011000010110010111011001001000110001000111010111010010010011011111011011001000010100101111010001000000110111110 | e9b0b2ec9188eba49bed90a5e881be |
| UHC | 鰲쑈뤛퐥聾 | 11101000101001111011111010100100100011111100101010111101100011101101011011101100 | e8a7bea48fcabd8ed6ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)