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 | 111011011001101010010001111011011001101010011100011010001110110110011010100100011110110110011010100111000101011101000010 | ed9a91ed9a9c68ed9a91ed9a9c5742 |
UHC | 횑횜h횑횜WB | 1100001110001100110000111001011001101000110000111000110011000011100101100101011101000010 | c38cc39668c38cc3965742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)