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 | 0011111101010110 | 3f56 |
SJIS-WIN | 瑾V | 111000001111010101010110 | e0f556 |
EUC-JP | 瑾V | 111000001111011101010110 | e0f756 |
UTF-8 | 瑾V | 11100111100100011011111001010110 | e791be56 |
UHC | 瑾V | 110100001100100001010110 | d0c856 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)