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 | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 鴪宍昌キ磁h | 11101001111100001000111010110011100011111011100110110111100011101010010101101000 | e9f08eb38fb9b78ea568 |
EUC-JP | 鴪宍昌キ磁h | 1111001011110010101111001011010110111110101110111000111010110111101111001010011101101000 | f2f2bcb5bebb8eb7bca768 |
UTF-8 | 鴪宍昌キ磁h | 11101001101101001010101011100101101011101000110111100110100110001000110011101111101111011011011111100111101000111000000101101000 | e9b4aae5ae8de6988cefbdb7e7a38168 |
UHC | ??昌?磁h | 0011111100111111111100111110001100111111111011011011100001101000 | 3f3ff3e33fedb868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)