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 | ò¯¼ë½½£ | 1111001010101111101111001110101110001110101111011011110110100011 | f2afbceb8ebdbda3 |
SJIS-WIN | ???????£ | 001111110011111100111111001111110011111100111111001111111000000110010010 | 3f3f3f3f3f3f3f8192 |
EUC-JP | ò¯?ë???£ | 100011111010101111010010100011111010001010110100001111111000111110101011101100110011111100111111001111111010000111110010 | 8fabd28fa2b43f8fabb33f3f3fa1f2 |
UTF-8 | ò¯¼ë½½£ | 11000011101100101100001010101111110000101011110011000011101010111100001010001110110000101011110111000010101111011100001010100011 | c3b2c2afc2bcc3abc28ec2bdc2bdc2a3 |
UHC | ??¼??½½? | 0011111100111111101010001111100100111111001111111010100011110110101010001111011000111111 | 3f3fa8f93f3fa8f6a8f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)