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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 也hⅢ | 100101101110011110000010100010001000011101010110 | 96e782888756 |
EUC-JP | 也h? | 1100110011101001101000111110100000111111 | cce9a3e83f |
UTF-8 | 也hⅢ | 111001001011100110011111111011111011110110001000111000101000010110100010 | e4b99fefbd88e285a2 |
UHC | 也hⅢ | 111001011010010110100011111010001010010110110010 | e5a5a3e8a5b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)