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 | ??Ø??] | 001111110011111111011000001111110011111101011101 | 3f3fd83f3f5d |
SJIS-WIN | ???應?] | 00111111001111110011111110011100111001000011111101011101 | 3f3f3f9ce43f5d |
EUC-JP | 轝?Ø應?] | 1000111111100001101010100011111110001111101010011010110011011000111001100011111101011101 | 8fe1aa3f8fa9acd8e63f5d |
UTF-8 | 轝뀀Ø應뾓] | 111010001011110110011101111010111000000010000000110000111001100011100110100001111000100111101011101111101001001101011101 | e8bd9deb8080c398e68789ebbe935d |
UHC | 轝뀀Ø應뾓] | 1110011010101100101100101110101110101000101010101110101111101011100101110101000101011101 | e6acb2eba8aaebeb97515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)