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 | 軫?轅 | 1110011101100110001111111110011101110110 | e7663fe776 |
EUC-JP | 軫?轅 | 1110110111000111001111111110110111010111 | edc73fedd7 |
UTF-8 | 軫롎轅 | 111010001011101110101011111010111010000110001110111010001011110110000101 | e8bbabeba18ee8bd85 |
UHC | 軫롎轅 | 111100101110001010001110110101001110101010111111 | f2e28ed4eabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)