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 | 跣懃汚 | 111001101110111110011100111001111000100110011000 | e6ef9ce78998 |
EUC-JP | 跣懃汚 | 111011001111000111011000111010011011000111111000 | ecf1d8e9b1f8 |
UTF-8 | 跣懃汚 | 111010001011011110100011111001101000011110000011111001101011000110011010 | e8b7a3e68783e6b19a |
UHC | 跣懃汚 | 111000001101001111010000110001001110011111111101 | e0d3d0c4e7fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)