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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | チフ称 | 11000001110011001000111111001100 | c1cc8fcc |
EUC-JP | チフ称 | 100011101100000110001110110011001011111011001110 | 8ec18eccbece |
UTF-8 | チフ称 | 111011111011111010000001111011111011111010001100111001111010011110110000 | efbe81efbe8ce7a7b0 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)