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 | タ貘 | 1100000011110000101111011110011011000000 | c0f0bde6c0 |
EUC-JP | タ?貘 | 1000111011000000001111111110110011000010 | 8ec03fecc2 |
UTF-8 | タ貘 | 111011111011111010000000111011101000000110111100111010001011001010011000 | efbe80ee81bce8b298 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)