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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ΝΜΝΜ^ | 100000111010101110000011101010101000001110101011100000111010101001011110 | 83ab83aa83ab83aa5e |
EUC-JP | ΝΜΝΜ^ | 101001101010110110100110101011001010011010101101101001101010110001011110 | a6ada6aca6ada6ac5e |
UTF-8 | ΝΜΝΜ^ | 110011101001110111001110100111001100111010011101110011101001110001011110 | ce9dce9cce9dce9c5e |
UHC | ΝΜΝΜ^ | 101001011100110110100101110011001010010111001101101001011100110001011110 | a5cda5cca5cda5cc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)