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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 凋?櫛? | 100100101001110000111111100010111111100100111111 | 929c3f8bf93f |
EUC-JP | 凋?櫛? | 110000111111110000111111101101101111101100111111 | c3fc3fb6fb3f |
UTF-8 | 凋렎櫛렏 | 111001011000011110001011111010111010000010001110111001101010101110011011111010111010000010001111 | e5878beba08ee6ab9beba08f |
UHC | 凋렎櫛렏 | 1111000010111101100011101010010011110001111011101000111010100101 | f0bd8ea4f1ee8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)