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 | æ£_^ | 1110011010100011100110100101111101011110 | e6a39a5f5e |
SJIS-WIN | ?£?_^ | 001111111000000110010010001111110101111101011110 | 3f81923f5f5e |
EUC-JP | �_^ | 1000111110101001110000011010000111110010001111110101111101011110 | 8fa9c1a1f23f5f5e |
UTF-8 | æ£_^ | 1100001110100110110000101010001111000010100110100101111101011110 | c3a6c2a3c29a5f5e |
UHC | æ??_^ | 101010011010000100111111001111110101111101011110 | a9a13f3f5f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)