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 | »Þ¼¥B | 100011111011101111011110101111001010010101000010 | 8fbbdebca542 |
SJIS-WIN | ????¥B | 00111111001111110011111100111111100000011000111101000010 | 3f3f3f3f818f42 |
EUC-JP | ??Þ??B | 0011111100111111100011111010100110110000001111110011111101000010 | 3f3f8fa9b03f3f42 |
UTF-8 | »Þ¼¥B | 1100001010001111110000101011101111000011100111101100001010111100110000101010010101000010 | c28fc2bbc39ec2bcc2a542 |
UHC | ??Þ¼?B | 0011111100111111101010001010110110101000111110010011111101000010 | 3f3fa8ada8f93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)