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 | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-WIN | 甑頃??V | 10001101100110011000110110100000001111110011111101010110 | 8d998da03f3f56 |
EUC-JP | 甑頃??V | 10111001111110011011101010100010001111110011111101010110 | b9f9baa23f3f56 |
UTF-8 | 甑頃렰렮V | 11100111100101001001000111101001101000001000001111101011101000001011000011101011101000001010111001010110 | e79491e9a083eba0b0eba0ae56 |
UHC | 甑頃렰렮V | 111100011111011111001100111100011000111010111101100011101011101101010110 | f1f7ccf18ebd8ebb56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)