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 | ??????Y | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
SJIS-WIN | 疫??疫??Y | 100010010111010100111111001111111000100101110101001111110011111101011001 | 89753f3f89753f3f59 |
EUC-JP | 疫??疫??Y | 101100011101011000111111001111111011000111010110001111110011111101011001 | b1d63f3fb1d63f3f59 |
UTF-8 | 疫욜뼻疫욥눈Y | 11100111100101101010101111101100100110101001110011101011101111001011101111100111100101101010101111101100100110101010010111101011100010001000100001011001 | e796abec9a9cebbcbbe796abec9aa5eb888859 |
UHC | 疫욜뼻疫욥눈Y | 11100110101110011011111111100111100101101011111011100110101110011011111111101001101101001010101101011001 | e6b9bfe796bee6b9bfe9b4ab59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)