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 | ?壹匿?? | 00111111100110101110001110010011101111010011111100111111 | 3f9ae393bd3f3f |
EUC-JP | ?壹匿?? | 00111111110101001110010111000110101111110011111100111111 | 3fd4e5c6bf3f3f |
UTF-8 | 뤻壹匿렰섣 | 111010111010010010111011111001011010001110111001111001011000110010111111111010111010000010110000111011001000010010100011 | eba4bbe5a3b9e58cbfeba0b0ec84a3 |
UHC | 뤻壹匿렰섣 | 10001111111010011110110011101100110100101111101110001110101111011011110010110010 | 8fe9ececd2fb8ebdbcb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)