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 | Í??? | 11001101001111110011111100111111 | cd3f3f3f |
SJIS-WIN | ?♀蹣僉 | 00111111100000011000101011100111010010011001100101000000 | 3f818ae7499940 |
EUC-JP | Í♀蹣僉 | 100011111010101010111111101000011110101011101101101010101101000110100001 | 8faabfa1eaedaad1a1 |
UTF-8 | Í♀蹣僉 | 1100001110001101111000101001100110000000111010001011100110100011111001011000001110001001 | c38de29980e8b9a3e58389 |
UHC | ?♀?僉 | 001111111010000111001111001111111111010011010010 | 3fa1cf3ff4d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)