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 | 荳笠荳顎^ | 111001001011100010001010011111011110010010111000100010100111101101011110 | e4b88a7de4b88a7b5e |
EUC-JP | 荳笠荳顎^ | 111010001011101010110011110111101110100010111010101100111101110001011110 | e8bab3dee8bab3dc5e |
UTF-8 | 荳笠荳顎^ | 11101000100011011011001111100111101011001010000011101000100011011011001111101001101000011000111001011110 | e88db3e7aca0e88db3e9a18e5e |
UHC | 荳笠荳顎^ | 110101001110010111011000101000101101010011100101111001001100100101011110 | d4e5d8a2d4e5e4c95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)