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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 蔓磋B | 1001011010100000111000011111011001000010 | 96a0e1f642 |
EUC-JP | 蔓磋B | 1100110010100010111000101111100001000010 | cca2e2f842 |
UTF-8 | 蔓磋B | 11101000100101001001001111100111101000111000101101000010 | e89493e7a38b42 |
UHC | 蔓磋B | 1101100011000000111100111010111101000010 | d8c0f3af42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)