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 | ??????j^ | 0011111100111111001111110011111100111111001111110110101001011110 | 3f3f3f3f3f3f6a5e |
SJIS-WIN | 疫?????j^ | 100010010111010100111111001111110011111100111111001111110110101001011110 | 89753f3f3f3f3f6a5e |
EUC-JP | 疫?????j^ | 101100011101011000111111001111110011111100111111001111110110101001011110 | b1d63f3f3f3f3f6a5e |
UTF-8 | 疫뀀젫銳랁걞j^ | 1110011110010110101010111110101110000000100000001110110010100000101010111110100110001010101100111110101110011110100000011110101010110001100111100110101001011110 | e796abeb8080eca0abe98ab3eb9e81eab19e6a5e |
UHC | 疫뀀젫銳랁걞j^ | 1110011010111001101100101110101110100000101000111110011111100101100011011110110110000001100001110110101001011110 | e6b9b2eba0a3e7e58ded81876a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)