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 | ??????} | 00111111001111110011111100111111001111110011111101111101 | 3f3f3f3f3f3f7d |
SJIS-WIN | 疫?????} | 1000100101110101001111110011111100111111001111110011111101111101 | 89753f3f3f3f3f7d |
EUC-JP | 疫?????} | 1011000111010110001111110011111100111111001111110011111101111101 | b1d63f3f3f3f3f7d |
UTF-8 | 疫뀀젫銳랁걞} | 11100111100101101010101111101011100000001000000011101100101000001010101111101001100010101011001111101011100111101000000111101010101100011001111001111101 | e796abeb8080eca0abe98ab3eb9e81eab19e7d |
UHC | 疫뀀젫銳랁걞} | 11100110101110011011001011101011101000001010001111100111111001011000110111101101100000011000011101111101 | e6b9b2eba0a3e7e58ded81877d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)