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 | タ | 1111000010100001110000001111000010111101 | f0a1c0f0bd |
EUC-JP | ?タ? | 00111111100011101100000000111111 | 3f8ec03f |
UTF-8 | タ | 111011101000000110100000111011111011111010000000111011101000000110111100 | ee81a0efbe80ee81bc |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)