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 | ò¶£î®³ | 1111001010110110100011101010001111101110101011101000111010110011 | f2b68ea3eeae8eb3 |
SJIS-WIN | ?¶?£???? | 00111111100000011111011100111111100000011001001000111111001111110011111100111111 | 3f81f73f81923f3f3f3f |
EUC-JP | ��? | 10001111101010111101001010100010111110010011111110100001111100101000111110101011110000101000111110100010111011100011111100111111 | 8fabd2a2f93fa1f28fabc28fa2ee3f3f |
UTF-8 | ò¶£î®³ | 11000011101100101100001010110110110000101000111011000010101000111100001110101110110000101010111011000010100011101100001010110011 | c3b2c2b6c28ec2a3c3aec2aec28ec2b3 |
UHC | ?¶???®?³ | 0011111110100010110100100011111100111111001111111010001011100111001111111010100111111000 | 3fa2d23f3f3fa2e73fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)