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á | 111001111010010010001011011011011000111011100001 | e7a48b6d8ee1 |
SJIS-WIN | ???m?? | 001111110011111100111111011011010011111100111111 | 3f3f3f6d3f3f |
EUC-JP | ç¤?m?á | 100011111010101110101110100011111010001011110000001111110110110100111111100011111010101110100001 | 8fabae8fa2f03f6d3f8faba1 |
UTF-8 | ç¤má | 1100001110100111110000101010010011000010100010110110110111000010100011101100001110100001 | c3a7c2a4c28b6dc28ec3a1 |
UHC | ?¤?m?? | 00111111101000101011010000111111011011010011111100111111 | 3fa2b43f6d3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)