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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ワ」莇\ | 11011100101000111110010010110100111100111010110101011100 | dca3e4b4f3ad5c |
EUC-JP | ワ」莇?\ | 1000111011011100100011101010001111101000101101100011111101011100 | 8edc8ea3e8b63f5c |
UTF-8 | ワ」莇\ | 11101111101111101001110011101111101111011010001111101000100011101000011111101110100010101010000001011100 | efbe9cefbda3e88e87ee8aa05c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)