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 | 荳壁釣本^ | 111001001011100010010101110001111001001011011110100101100111101101011110 | e4b895c792de967b5e |
EUC-JP | 荳壁釣本^ | 111010001011101011001010110010011100010011100000110010111101110001011110 | e8bacac9c4e0cbdc5e |
UTF-8 | 荳壁釣本^ | 11101000100011011011001111100101101000111000000111101001100001111010001111100110100111001010110001011110 | e88db3e5a381e987a3e69cac5e |
UHC | 荳壁釣本^ | 110101001110010111011011111110101111000011100101110111001110001001011110 | d4e5dbfaf0e5dce25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)