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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 紙疫}紙疫{^ | 1000111010000110100010010111010101111101100011101000011010001001011101010111101101011110 | 8e8689757d8e8689757b5e |
EUC-JP | 紙疫}紙疫{^ | 1011101111100110101100011101011001111101101110111110011010110001110101100111101101011110 | bbe6b1d67dbbe6b1d67b5e |
UTF-8 | 紙疫}紙疫{^ | 111001111011010010011001111001111001011010101011011111011110011110110100100110011110011110010110101010110111101101011110 | e7b499e796ab7de7b499e796ab7b5e |
UHC | 紙疫}紙疫{^ | 1111001010110101111001101011100101111101111100101011010111100110101110010111101101011110 | f2b5e6b97df2b5e6b97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)