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 | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-WIN | 蟠野ァエV | 11100101101101001001011011101100101001111011010001010110 | e5b496eca7b456 |
EUC-JP | 蟠野ァエV | 111010101011011011001100111011101000111010100111100011101011010001010110 | eab6ccee8ea78eb456 |
UTF-8 | 蟠野ァエV | 11101000100111111010000011101001100001111000111011101111101111011010011111101111101111011011010001010110 | e89fa0e9878eefbda7efbdb456 |
UHC | 蟠野??V | 11011010111101101110010110101111001111110011111101010110 | daf6e5af3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)