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 | ò¨°ZU | 111100101010100010001110101100000101101001010101 | f2a88eb05a55 |
SJIS-WIN | ?¨?°ZU | 0011111110000001010011100011111110000001100010110101101001010101 | 3f814e3f818b5a55 |
EUC-JP | ò¨?°ZU | 10001111101010111101001010100001101011110011111110100001111010110101101001010101 | 8fabd2a1af3fa1eb5a55 |
UTF-8 | ò¨°ZU | 11000011101100101100001010101000110000101000111011000010101100000101101001010101 | c3b2c2a8c28ec2b05a55 |
UHC | ?¨?°ZU | 0011111110100001101001110011111110100001110001100101101001010101 | 3fa1a73fa1c65a55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)