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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 萸?Н萸?НB | 1110010011001110001111111000010001001110111001001100111000111111100001000100111001000010 | e4ce3f844ee4ce3f844e42 |
| EUC-JP | 萸?Н萸?НB | 1110100011010000001111111010011110101111111010001101000000111111101001111010111101000010 | e8d03fa7afe8d03fa7af42 |
| UTF-8 | 萸귣Н萸귣НB | 1110100010010000101110001110101010110111101000111101000010011101111010001001000010111000111010101011011110100011110100001001110101000010 | e890b8eab7a3d09de890b8eab7a3d09d42 |
| UHC | 萸귣Н萸귣НB | 11101011101011011000001011101011101011001010111111101011101011011000001011101011101011001010111101000010 | ebad82ebacafebad82ebacaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)