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 | ÷®ÕÊ | 11110111101011101101010111001010 | f7aed5ca |
SJIS-WIN | ÷??? | 1000000110000000001111110011111100111111 | 81803f3f3f |
EUC-JP | ÷®ÕÊ | 1010000111100000100011111010001011101110100011111010101011011000100011111010101010110100 | a1e08fa2ee8faad88faab4 |
UTF-8 | ÷®ÕÊ | 1100001110110111110000101010111011000011100101011100001110001010 | c3b7c2aec395c38a |
UHC | ÷®?? | 101000011100000010100010111001110011111100111111 | a1c0a2e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)