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 | 疫??疫?ズ^ | 10001001011101010011111100111111100010010111010100111111100000110101100101011110 | 89753f3f89753f83595e |
EUC-JP | 疫??疫?ズ^ | 10110001110101100011111100111111101100011101011000111111101001011011101001011110 | b1d63f3fb1d63fa5ba5e |
UTF-8 | 疫욥궕疫욜ズ^ | 11100111100101101010101111101100100110101010010111101010101101101001010111100111100101101010101111101100100110101001110011100011100000101011101001011110 | e796abec9aa5eab695e796abec9a9ce382ba5e |
UHC | 疫욥궕疫욜ズ^ | 11100110101110011011111111101001100000101010101011100110101110011011111111100111101010111011101001011110 | e6b9bfe982aae6b9bfe7abba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)