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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 煮七}煮七{^ | 1000111011001111100011101011010101111101100011101100111110001110101101010111101101011110 | 8ecf8eb57d8ecf8eb57b5e |
EUC-JP | 煮七}煮七{^ | 1011110011010001101111001011011101111101101111001101000110111100101101110111101101011110 | bcd1bcb77dbcd1bcb77b5e |
UTF-8 | 煮七}煮七{^ | 111001111000010110101110111001001011100010000011011111011110011110000101101011101110010010111000100000110111101101011110 | e785aee4b8837de785aee4b8837b5e |
UHC | 煮七}煮七{^ | 1110110110110100111101101101001001111101111011011011010011110110110100100111101101011110 | edb4f6d27dedb4f6d27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)