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 | ?儉??? | 001111111001100101001100001111110011111100111111 | 3f994c3f3f3f |
EUC-JP | ?儉??? | 001111111101000110101101001111110011111100111111 | 3fd1ad3f3f3f |
UTF-8 | 룴儉驪룫혧 | 111010111010001110110100111001011000010010001001111011111010011010000111111010111010001110101011111011011001100010100111 | eba3b4e58489efa687eba3abed98a7 |
UHC | 룴儉驪룫혧 | 10001111101010011100101111111011111001101010111110001111101000101100001010001111 | 8fa9cbfbe6af8fa2c28f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)