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 | 車室捨 | 100011101101010010001110101110101000111011001100 | 8ed48eba8ecc |
EUC-JP | 車室捨 | 101111001101011010111100101111001011110011001110 | bcd6bcbcbcce |
UTF-8 | 車室捨 | 111010001011101110001010111001011010111010100100111001101000110110101000 | e8bb8ae5aea4e68da8 |
UHC | 車室捨 | 111100111011001111100011111110001101111011010111 | f3b3e3f8ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)