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 | çñM°^ | 11100111111100011000110101001101100101101011000001011110 | e7f18d4d96b05e |
SJIS-WIN | ???M?°^ | 0011111100111111001111110100110100111111100000011000101101011110 | 3f3f3f4d3f818b5e |
EUC-JP | çñ?M?°^ | 100011111010101110101110100011111010101111010000001111110100110100111111101000011110101101011110 | 8fabae8fabd03f4d3fa1eb5e |
UTF-8 | çñM°^ | 110000111010011111000011101100011100001010001101010011011100001010010110110000101011000001011110 | c3a7c3b1c28d4dc296c2b05e |
UHC | ???M?°^ | 0011111100111111001111110100110100111111101000011100011001011110 | 3f3f3f4d3fa1c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)