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 | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | ツ湘暗ェテサh | 110000101000111111000011100010001100001110101010110000111011101101101000 | c28fc388c3aac3bb68 |
EUC-JP | ツ湘暗ェテサh | 10001110110000101011111011000101101100001100010110001110101010101000111011000011100011101011101101101000 | 8ec2bec5b0c58eaa8ec38ebb68 |
UTF-8 | ツ湘暗ェテサh | 11101111101111101000001011100110101110011001100011100110100110101001011111101111101111011010101011101111101111101000001111101111101111011011101101101000 | efbe82e6b998e69a97efbdaaefbe83efbdbb68 |
UHC | ?湘暗???h | 001111111101111111001111111001001101111000111111001111110011111101101000 | 3fdfcfe4de3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)