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 | 緖試 | 11111011100011101000111010001110 | fb8e8e8e |
EUC-JP | ?試 | 001111111011101111101110 | 3fbbee |
UTF-8 | 緖試 | 111001111011011110010110111010001010100110100110 | e7b796e8a9a6 |
UHC | 緖試 | 11011111111111011110001111001011 | dffde3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)