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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 疫?????^ | 1000100101110101001111110011111100111111001111110011111101011110 | 89753f3f3f3f3f5e |
EUC-JP | 疫?????^ | 1011000111010110001111110011111100111111001111110011111101011110 | b1d63f3f3f3f3f5e |
UTF-8 | 疫뀀젫銳띾줈^ | 11100111100101101010101111101011100000001000000011101100101000001010101111101001100010101011001111101011100111011011111011101100101001001000100001011110 | e796abeb8080eca0abe98ab3eb9dbeeca4885e |
UHC | 疫뀀젫銳띾줈^ | 11100110101110011011001011101011101000001010001111100111111001011000110111101011101000011001110001011110 | e6b9b2eba0a3e7e58deba19c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)