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 | ¶Ì¾â | 100011101011011010001110110011001011111011100010 | 8eb68eccbee2 |
SJIS-WIN | ?¶???? | 00111111100000011111011100111111001111110011111100111111 | 3f81f73f3f3f3f |
EUC-JP | ?¶?Ì?â | 0011111110100010111110010011111110001111101010101100000000111111100011111010101110100100 | 3fa2f93f8faac03f8faba4 |
UTF-8 | ¶Ì¾â | 110000101000111011000010101101101100001010001110110000111000110011000010101111101100001110100010 | c28ec2b6c28ec38cc2bec3a2 |
UHC | ?¶??¾? | 0011111110100010110100100011111100111111101010001111101000111111 | 3fa2d23f3fa8fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)