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 | ì¢²î¹ | 111011001010001010001110101100101110111010111001 | eca28eb2eeb9 |
SJIS-WIN | ?¢???? | 00111111100000011001000100111111001111110011111100111111 | 3f81913f3f3f3f |
EUC-JP | ì¢??î? | 1000111110101011110000001010000111110001001111110011111110001111101010111100001000111111 | 8fabc0a1f13f3f8fabc23f |
UTF-8 | ì¢²î¹ | 110000111010110011000010101000101100001010001110110000101011001011000011101011101100001010111001 | c3acc2a2c28ec2b2c3aec2b9 |
UHC | ???²?¹ | 0011111100111111001111111010100111110111001111111010100111110110 | 3f3f3fa9f73fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)