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 | ë꼸õ | 11101011111010101000111010111100100011111011100011110101 | ebea8ebc8fb8f5 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ëê???¸õ | 100011111010101110110011100011111010101110110100001111110011111100111111100011111010001010110001100011111010101111011000 | 8fabb38fabb43f3f3f8fa2b18fabd8 |
UTF-8 | ë꼸õ | 1100001110101011110000111010101011000010100011101100001010111100110000101000111111000010101110001100001110110101 | c3abc3aac28ec2bcc28fc2b8c3b5 |
UHC | ???¼?¸? | 001111110011111100111111101010001111100100111111101000101010110000111111 | 3f3f3fa8f93fa2ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)