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 | ó÷¬å | 11110011111101111010110011100101 | f3f7ace5 |
SJIS-WIN | ?÷¬? | 001111111000000110000000100000011100101000111111 | 3f818081ca3f |
EUC-JP | ó÷¬å | 10001111101010111101000110100001111000001010001011001100100011111010101110101001 | 8fabd1a1e0a2cc8faba9 |
UTF-8 | ó÷¬å | 1100001110110011110000111011011111000010101011001100001110100101 | c3b3c3b7c2acc3a5 |
UHC | ?÷?? | 0011111110100001110000000011111100111111 | 3fa1c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)