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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 齬憶 | 11101010100101111000100110101111 | ea9789af |
EUC-JP | 齬憶 | 11110011111101111011001010110001 | f3f7b2b1 |
UTF-8 | 齬憶 | 111010011011110110101100111001101000011010110110 | e9bdace686b6 |
UHC | 齬憶 | 11100101111000011110010111100011 | e5e1e5e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)