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 | ???hTB | 001111110011111100111111011010000101010001000010 | 3f3f3f685442 |
SJIS-WIN | シイhTB | 11110100101001001011110010110010011010000101010001000010 | f4a4bcb2685442 |
EUC-JP | ?シイhTB | 0011111110001110101111001000111010110010011010000101010001000010 | 3f8ebc8eb2685442 |
UTF-8 | シイhTB | 111011101000110110010011111011111011110110111100111011111011110110110010011010000101010001000010 | ee8d93efbdbcefbdb2685442 |
UHC | ???hTB | 001111110011111100111111011010000101010001000010 | 3f3f3f685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)