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 | 鼠愑鼠愑^ | 100100010110110011111010110000111001000101101100111110101100001101011110 | 916cfac3916cfac35e |
EUC-JP | 鼠愑鼠愑^ | 1100000111001101100011111011111010111101110000011100110110001111101111101011110101011110 | c1cd8fbebdc1cd8fbebd5e |
UTF-8 | 鼠愑鼠愑^ | 11101001101111001010000011100110100001001001000111101001101111001010000011100110100001001001000101011110 | e9bca0e68491e9bca0e684915e |
UHC | 鼠?鼠?^ | 11100000101010010011111111100000101010010011111101011110 | e0a93fe0a93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)