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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????矣 | 001111110011111100111111001111111110000111100001 | 3f3f3f3fe1e1 |
EUC-JP | ????矣 | 001111110011111100111111001111111110001011100011 | 3f3f3f3fe2e3 |
UTF-8 | 痢계렏렞矣 | 111011111010011110100101111010101011001110000100111010111010000010001111111010111010000010011110111001111001111110100011 | efa7a5eab384eba08feba09ee79fa3 |
UHC | 痢계렏렞矣 | 11101100101110001011000011101000100011101010010110001110101011111110101111111000 | ecb8b0e88ea58eafebf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)