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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 煮室h煮室 | 100011101100111110001110101110100110100010001110110011111000111010111010 | 8ecf8eba688ecf8eba |
EUC-JP | 煮室h煮室 | 101111001101000110111100101111000110100010111100110100011011110010111100 | bcd1bcbc68bcd1bcbc |
UTF-8 | 煮室h煮室 | 11100111100001011010111011100101101011101010010001101000111001111000010110101110111001011010111010100100 | e785aee5aea468e785aee5aea4 |
UHC | 煮室h煮室 | 111011011011010011100011111110000110100011101101101101001110001111111000 | edb4e3f868edb4e3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)