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 | 鰲??藥? | 11101001111000000011111100111111111001010101101000111111 | e9e03f3fe55a3f |
| EUC-JP | 鰲??藥? | 11110010111000100011111100111111111010011011101100111111 | f2e23f3fe9bb3f |
| UTF-8 | 鰲몌퐢藥얙 | 111010011011000010110010111010111010101010001100111011011001000010100010111010001001011110100101111011001001011010011001 | e9b0b2ebaa8ced90a2e897a5ec9699 |
| UHC | 鰲몌퐢藥얙 | 11101000101001111011100011101111101111011000101111100101101101111001111001000010 | e8a7b8efbd8be5b79e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)