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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 車室i車室iB | 1000111011010100100011101011101001101001100011101101010010001110101110100110100101000010 | 8ed48eba698ed48eba6942 |
EUC-JP | 車室i車室iB | 1011110011010110101111001011110001101001101111001101011010111100101111000110100101000010 | bcd6bcbc69bcd6bcbc6942 |
UTF-8 | 車室i車室iB | 111010001011101110001010111001011010111010100100011010011110100010111011100010101110010110101110101001000110100101000010 | e8bb8ae5aea469e8bb8ae5aea46942 |
UHC | 車室i車室iB | 1111001110110011111000111111100001101001111100111011001111100011111110000110100101000010 | f3b3e3f869f3b3e3f86942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)