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 | 蟆贋ソ | 1110010110110000100010101110010010111111 | e5b08ae4bf |
EUC-JP | 蟆贋ソ | 111010101011001010110100111001101000111010111111 | eab2b4e68ebf |
UTF-8 | 蟆贋ソ | 111010001001111110000110111010001011010010001011111011111011110110111111 | e89f86e8b48befbdbf |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)