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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 鈺示鈺示B | 111110111100010010001110101001101111101111000100100011101010011001000010 | fbc48ea6fbc48ea642 |
| EUC-JP | 鈺示鈺示B | 1000111111100011110101011011110010101000100011111110001111010101101111001010100001000010 | 8fe3d5bca88fe3d5bca842 |
| UTF-8 | 鈺示鈺示B | 11101001100010001011101011100111101001001011101011101001100010001011101011100111101001001011101001000010 | e988bae7a4bae988bae7a4ba42 |
| UHC | 鈺示鈺示B | 111010001010110111100011110001101110100010101101111000111100011001000010 | e8ade3c6e8ade3c642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)