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 | æμâ | 11100110100000011000000111001110101111001110001010000100 | e68181cebce284 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | æ??Î?â? | 10001111101010011100000100111111001111111000111110101010110000100011111110001111101010111010010000111111 | 8fa9c13f3f8faac23f8faba43f |
UTF-8 | æμâ | 1100001110100110110000101000000111000010100000011100001110001110110000101011110011000011101000101100001010000100 | c3a6c281c281c38ec2bcc3a2c284 |
UHC | æ???¼?? | 101010011010000100111111001111110011111110101000111110010011111100111111 | a9a13f3f3fa8f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)