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 | 梳? | 100111101000000000111111 | 9e803f |
EUC-JP | 梳? | 110110111110000000111111 | dbe03f |
UTF-8 | 梳쁞 | 111001101010001010110011111011001000000110011110 | e6a2b3ec819e |
UHC | 梳쁞 | 11100001101110101001100001100010 | e1ba9862 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)