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 | èõμë | 1110100011110101100001111100111010111100111010111000101110000010 | e8f587cebceb8b82 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | èõ?Î?ë?? | 10001111101010111011001010001111101010111101100000111111100011111010101011000010001111111000111110101011101100110011111100111111 | 8fabb28fabd83f8faac23f8fabb33f3f |
UTF-8 | èõμë | 11000011101010001100001110110101110000101000011111000011100011101100001010111100110000111010101111000010100010111100001010000010 | c3a8c3b5c287c38ec2bcc3abc28bc282 |
UHC | ????¼??? | 001111110011111100111111001111111010100011111001001111110011111100111111 | 3f3f3f3fa8f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)