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 | 1000000111100110001111110011111110011100111001100011111101101000 | 81e63f3f9ce63f68 |
EUC-JP | ∵??懈?h | 1010001011101000001111110011111111011000111010000011111101101000 | a2e83f3fd8e83f68 |
UTF-8 | ∵▩룫懈◈h | 11100010100010001011010111100010100101101010100111101011101000111010101111100110100001111000100011100010100101111000100001101000 | e288b5e296a9eba3abe68788e2978868 |
UHC | ∵▩룫懈◈h | 1010000111110001101000101100110010001111101000101111101010101011101000101100001001101000 | a1f1a2cc8fa2faaba2c268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)