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 | ?????V | 001111110011111100111111001111110011111101010110 | 3f3f3f3f3f56 |
SJIS-WIN | 昇、蒔V | 10001111101110001111011111101100101001001111000010110101100011101010101001010110 | 8fb8f7eca4f0b58eaa56 |
EUC-JP | 昇?、?蒔V | 101111101011101000111111100011101010010000111111101111001010110001010110 | beba3f8ea43fbcac56 |
UTF-8 | 昇、蒔V | 11100110100110001000011111101110100101111000111111101111101111011010010011101110100000011011010011101000100100101001010001010110 | e69887ee978fefbda4ee81b4e8929456 |
UHC | 昇???蒔V | 1110001110110000001111110011111100111111111000111100100001010110 | e3b03f3f3fe3c856 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)