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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 疋?n}疋?n{^ | 1001010101000100001111110110111001111101100101010100010000111111011011100111101101011110 | 95443f6e7d95443f6e7b5e |
EUC-JP | 疋?n}疋?n{^ | 1100100110100101001111110110111001111101110010011010010100111111011011100111101101011110 | c9a53f6e7dc9a53f6e7b5e |
UTF-8 | 疋렩n}疋렩n{^ | 1110011110010110100010111110101110100000101010010110111001111101111001111001011010001011111010111010000010101001011011100111101101011110 | e7968beba0a96e7de7968beba0a96e7b5e |
UHC | 疋렩n}疋렩n{^ | 11111001101101011000111010110111011011100111110111111001101101011000111010110111011011100111101101011110 | f9b58eb76e7df9b58eb76e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)