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 | タ | 1100000011110110110000001111011001000010 | c0f6c0f642 |
EUC-JP | タ?? | 10001110110000000011111100111111 | 8ec03f3f |
UTF-8 | タ | 111011111011111010000000111011101001001110100111111011101001000110101010 | efbe80ee93a7ee91aa |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)