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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 劑?劑?^ | 10011001100111010011111110011001100111010011111101011110 | 999d3f999d3f5e |
EUC-JP | 劑?劑?^ | 11010001111111010011111111010001111111010011111101011110 | d1fd3fd1fd3f5e |
UTF-8 | 劑렰劑렰^ | 11100101100010101001000111101011101000001011000011100101100010101001000111101011101000001011000001011110 | e58a91eba0b0e58a91eba0b05e |
UHC | 劑렰劑렰^ | 111100001010010110001110101111011111000010100101100011101011110101011110 | f0a58ebdf0a58ebd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)