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 | 栲嶌 | 10011110011111011001101110111000 | 9e7d9bb8 |
EUC-JP | 栲嶌 | 11011011110111101101011010111010 | dbded6ba |
UTF-8 | 栲嶌 | 111001101010000010110010111001011011011010001100 | e6a0b2e5b68c |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)