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 | 鬆川鎖 | 111010011010000010010000111011001000110110111101 | e9a090ec8dbd |
EUC-JP | 鬆川鎖 | 111100101010001011000000111011101011101010111111 | f2a2c0eebabf |
UTF-8 | 鬆川鎖 | 111010011010110010000110111001011011011110011101111010011000111010010110 | e9ac86e5b79de98e96 |
UHC | ?川鎖 | 0011111111110100101110011110000111110000 | 3ff4b9e1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)