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 | ȱ¼Æ | 10001111110010001011000110001110101111001000111111000110 | 8fc8b18ebc8fc6 |
SJIS-WIN | ??±???? | 0011111100111111100000010111110100111111001111110011111100111111 | 3f3f817d3f3f3f3f |
EUC-JP | ?ȱ???Æ | 001111111000111110101010101100101010000111011110001111110011111100111111100011111010100110100001 | 3f8faab2a1de3f3f3f8fa9a1 |
UTF-8 | ȱ¼Æ | 1100001010001111110000111000100011000010101100011100001010001110110000101011110011000010100011111100001110000110 | c28fc388c2b1c28ec2bcc28fc386 |
UHC | ??±?¼?Æ | 00111111001111111010000110111110001111111010100011111001001111111010100010100001 | 3f3fa1be3fa8f93fa8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)