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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | ∵??日?h | 1000000111100110001111110011111110010011111110100011111101101000 | 81e63f3f93fa3f68 |
EUC-JP | ∵??日?h | 1010001011101000001111110011111111000110111111000011111101101000 | a2e83f3fc6fc3f68 |
UTF-8 | ∵▩룫日◈h | 11100010100010001011010111100010100101101010100111101011101000111010101111100110100101111010010111100010100101111000100001101000 | e288b5e296a9eba3abe697a5e2978868 |
UHC | ∵▩룫日◈h | 1010000111110001101000101100110010001111101000101110110011101101101000101100001001101000 | a1f1a2cc8fa2eceda2c268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)