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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?賍貅渹ンシ^ | 00111111111001101101101011100110101110101111101101000110110111011011110001011110 | 3fe6dae6bafb46ddbc5e |
EUC-JP | 渶賍貅渹ンシ^ | 100011111100011111101101111011001101110011101100101111001000111111000111111011101000111011011101100011101011110001011110 | 8fc7edecdcecbc8fc7ee8edd8ebc5e |
UTF-8 | 渶賍貅渹ンシ^ | 11100110101110001011011011101000101100111000110111101000101100101000010111100110101110001011100111101111101111101001110111101111101111011011110001011110 | e6b8b6e8b38de8b285e6b8b9efbe9defbdbc5e |
UHC | 渶?????^ | 1110011110110111001111110011111100111111001111110011111101011110 | e7b73f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)