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 | 衝シ | 100011111101010110111100 | 8fd5bc |
EUC-JP | 衝シ | 10111110110101111000111010111100 | bed78ebc |
UTF-8 | 衝シ | 111010001010000110011101111011111011110110111100 | e8a19defbdbc |
UHC | 衝? | 111101011111101000111111 | f5fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)