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??WB | 00111111001111110110100000111111001111110101011101000010 | 3f3f683f3f5742 |
SJIS-WIN | ??h??WB | 00111111001111110110100000111111001111110101011101000010 | 3f3f683f3f5742 |
EUC-JP | ??h??WB | 00111111001111110110100000111111001111110101011101000010 | 3f3f683f3f5742 |
UTF-8 | 횪횢h횪횢WB | 111011011001101010101010111011011001101010100010011010001110110110011010101010101110110110011010101000100101011101000010 | ed9aaaed9aa268ed9aaaed9aa25742 |
UHC | 횪횢h횪횢WB | 1100001110100000110000111001100101101000110000111010000011000011100110010101011101000010 | c3a0c39968c3a0c3995742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)