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 | 荼チッ | 11100100101101101100000110101111 | e4b6c1af |
EUC-JP | 荼チッ | 111010001011100010001110110000011000111010101111 | e8b88ec18eaf |
UTF-8 | 荼チッ | 111010001000110110111100111011111011111010000001111011111011110110101111 | e88dbcefbe81efbdaf |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)