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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 涖漆裄 | 111110110100000010001110101111011110010111100000 | fb408ebde5e0 |
EUC-JP | 涖漆裄 | 10001111110001111100101110111100101111111110101011100010 | 8fc7cbbcbfeae2 |
UTF-8 | 涖漆裄 | 111001101011011010010110111001101011110010000110111010001010001110000100 | e6b696e6bc86e8a384 |
UHC | ?漆? | 00111111111101101101010000111111 | 3ff6d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)