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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????斌寃 | 0011111100111111001111110011111110010101011010111001101110000011 | 3f3f3f3f956b9b83 |
EUC-JP | ????斌寃 | 0011111100111111001111110011111111001001110011001101010111100011 | 3f3f3f3fc9ccd5e3 |
UTF-8 | 吏흖렏흗斌寃 | 111011111010011110011110111011011001110110010110111010111010000010001111111011011001110110010111111001101001011010001100111001011010111110000011 | efa79eed9d96eba08fed9d97e6968ce5af83 |
UHC | 吏흖렏흗斌寃 | 111011001010011111001000111010001000111010100101110010001110100111011110101100001110101010110010 | eca7c8e88ea5c8e9deb0eab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)