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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 謝嫉萃e^ | 1000111011010011100011101011100111100100110000100110010101011110 | 8ed38eb9e4c2655e |
EUC-JP | 謝嫉萃e^ | 1011110011010101101111001011101111101000110001000110010101011110 | bcd5bcbbe8c4655e |
UTF-8 | 謝嫉萃e^ | 1110100010101100100111011110010110101011100010011110100010010000100000110110010101011110 | e8ac9de5ab89e89083655e |
UHC | 謝嫉萃e^ | 1101111011110011111100101110110011110101111111100110010101011110 | def3f2ecf5fe655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)