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 | 縡???垣 | 11100011011100010011111100111111001111111000101001011111 | e3713f3f3f8a5f |
EUC-JP | 縡???垣 | 11100101110100100011111100111111001111111011001111000000 | e5d23f3f3fb3c0 |
UTF-8 | 縡렕亐렕垣 | 111001111011100010100001111010111010000010010101111001001011101010010000111010111010000010010101111001011001111010100011 | e7b8a1eba095e4ba90eba095e59ea3 |
UHC | 縡렕亐렕垣 | 11101110101011011000111010101010111010101010011110001110101010101110101010101111 | eead8eaaeaa78eaaeaaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)