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 | ¼Á»Á | 1011110011000001100011111011101111000001 | bcc18fbbc1 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?Á??Á | 001111111000111110101010101000010011111100111111100011111010101010100001 | 3f8faaa13f3f8faaa1 |
UTF-8 | ¼Á»Á | 11000010101111001100001110000001110000101000111111000010101110111100001110000001 | c2bcc381c28fc2bbc381 |
UHC | ¼???? | 101010001111100100111111001111110011111100111111 | a8f93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)