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 | 車而賁 | 100011101101010010001110101001111110011011001010 | 8ed48ea7e6ca |
EUC-JP | 車而賁 | 101111001101011010111100101010011110110011001100 | bcd6bca9eccc |
UTF-8 | 車而賁 | 111010001011101110001010111010001000000010001100111010001011001110000001 | e8bb8ae8808ce8b381 |
UHC | 車而賁 | 111100111011001111101100101110111101110111010011 | f3b3ecbbddd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)