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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鄒ら「√☆ | 111001111011111010000010111001111010001010000001111000111000000110011001 | e7be82e7a281e38199 |
EUC-JP | 鄒ら「√☆ | 11101110110000001010010011101001100011101010001010100010111001011010000111111001 | eec0a4e98ea2a2e5a1f9 |
UTF-8 | 鄒ら「√☆ | 111010011000010010010010111000111000001010001001111011111011110110100010111000101000100010011010111000101001100010000110 | e98492e38289efbda2e2889ae29886 |
UHC | 鄒ら?√☆ | 111101011101101110101010111010010011111110100001111011101010000111011001 | f5dbaae93fa1eea1d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)