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 | ò¨®ûC | 111100101010100010001110101011101111101101000011 | f2a88eaefb43 |
SJIS-WIN | ?¨???C | 00111111100000010100111000111111001111110011111101000011 | 3f814e3f3f3f43 |
EUC-JP | ò¨?®ûC | 10001111101010111101001010100001101011110011111110001111101000101110111010001111101010111110010101000011 | 8fabd2a1af3f8fa2ee8fabe543 |
UTF-8 | ò¨®ûC | 1100001110110010110000101010100011000010100011101100001010101110110000111011101101000011 | c3b2c2a8c28ec2aec3bb43 |
UHC | ?¨?®?C | 0011111110100001101001110011111110100010111001110011111101000011 | 3fa1a73fa2e73f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)