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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 也??也??\ | 100101101110011100111111001111111001011011100111001111110011111101011100 | 96e73f3f96e73f3f5c |
EUC-JP | 也??也??\ | 110011001110100100111111001111111100110011101001001111110011111101011100 | cce93f3fcce93f3f5c |
UTF-8 | 也뤵뛚也뤵뛚\ | 11100100101110011001111111101011101001001011010111101011100110111001101011100100101110011001111111101011101001001011010111101011100110111001101001011100 | e4b99feba4b5eb9b9ae4b99feba4b5eb9b9a5c |
UHC | 也뤵뛚也뤵뛚\ | 11100101101001011000111111100011100011010101011111100101101001011000111111100011100011010101011101011100 | e5a58fe38d57e5a58fe38d575c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)