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 | ò¶?? | 11110010101101100011111100111111 | f2b63f3f |
SJIS-WIN | ?¶-踪 | 00111111100000011111011110000001011111001110011101001000 | 3f81f7817ce748 |
EUC-JP | ò¶−踪 | 100011111010101111010010101000101111100110100001110111011110110110101001 | 8fabd2a2f9a1ddeda9 |
UTF-8 | ò¶−踪 | 11000011101100101100001010110110111000101000100010010010111010001011100010101010 | c3b2c2b6e28892e8b8aa |
UHC | ?¶?踪 | 001111111010001011010010001111111111000110100001 | 3fa2d23ff1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)