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 | 薯黍薯黍^ | 100011111001001010001011011011111000111110010010100010110110111101011110 | 8f928b6f8f928b6f5e |
EUC-JP | 薯黍薯黍^ | 101111011111001010110101110100001011110111110010101101011101000001011110 | bdf2b5d0bdf2b5d05e |
UTF-8 | 薯黍薯黍^ | 11101000100101101010111111101001101110111000110111101000100101101010111111101001101110111000110101011110 | e896afe9bb8de896afe9bb8d5e |
UHC | 薯黍薯黍^ | 111000001010001111100000101010001110000010100011111000001010100001011110 | e0a3e0a8e0a3e0a85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)