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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ワ」。゚\ | 11011100101000111010000111110011111000011101111101011100 | dca3a1f3e1df5c |
EUC-JP | ワ」。?゚\ | 10001110110111001000111010100011100011101010000100111111100011101101111101011100 | 8edc8ea38ea13f8edf5c |
UTF-8 | ワ」。゚\ | 11101111101111101001110011101111101111011010001111101111101111011010000111101110100010111001010011101111101111101001111101011100 | efbe9cefbda3efbda1ee8b94efbe9f5c |
UHC | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)