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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 疫??疫?ズB | 10001001011101010011111100111111100010010111010100111111100000110101100101000010 | 89753f3f89753f835942 |
EUC-JP | 疫??疫?ズB | 10110001110101100011111100111111101100011101011000111111101001011011101001000010 | b1d63f3fb1d63fa5ba42 |
UTF-8 | 疫욕겛疫욜ズB | 11100111100101101010101111101100100110101001010111101010101100101001101111100111100101101010101111101100100110101001110011100011100000101011101001000010 | e796abec9a95eab29be796abec9a9ce382ba42 |
UHC | 疫욕겛疫욜ズB | 11100110101110011011111111100101100000011011001011100110101110011011111111100111101010111011101001000010 | e6b9bfe581b2e6b9bfe7abba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)