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 | 梳뻳 | 111001101010001010110011111010111011101110110011 | e6a2b3ebbbb3 |
UHC | 梳뻳 | 11100001101110101001011001111000 | e1ba9678 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)