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 | ??????{d | 0011111100111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f3f7b64 |
SJIS-WIN | 鼇?????{d | 111010101000011100111111001111110011111100111111001111110111101101100100 | ea873f3f3f3f3f7b64 |
EUC-JP | 鼇?????{d | 111100111110011100111111001111110011111100111111001111110111101101100100 | f3e73f3f3f3f3f7b64 |
UTF-8 | 鼇귦렔溜볠땬{d | 1110100110111100100001111110101010110111101001101110101110100000100101001110111110100111100010111110101110110011101000001110101110010101101011000111101101100100 | e9bc87eab7a6eba094efa78bebb3a0eb95ac7b64 |
UHC | 鼇귦렔溜볠땬{d | 1110100010101000100000101110110110001110101010011110101011111110100100111110011010001011100000100111101101100100 | e8a882ed8ea9eafe93e68b827b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)