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 | ?????wh | 00111111001111110011111100111111001111110111011101101000 | 3f3f3f3f3f7768 |
SJIS-WIN | ???箝?wh | 0011111100111111001111111110001010101101001111110111011101101000 | 3f3f3fe2ad3f7768 |
EUC-JP | ???箝?wh | 0011111100111111001111111110010010101111001111110111011101101000 | 3f3f3fe4af3f7768 |
UTF-8 | 렻렜렺箝쉰wh | 1110101110100000101110111110101110100000100111001110101110100000101110101110011110101110100111011110110010001001101100000111011101101000 | eba0bbeba09ceba0bae7ae9dec89b07768 |
UHC | 렻렜렺箝쉰wh | 100011101100001110001110101011101000111011000010110011001100010010111101101011100111011101101000 | 8ec38eae8ec2ccc4bdae7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)