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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 陷ゥ阮ケB | 11101000100111001010100111101000100101101011100101000010 | e89ca9e896b942 |
EUC-JP | 陷ゥ阮ケB | 111011111111110010001110101010011110111111110110100011101011100101000010 | effc8ea9eff68eb942 |
UTF-8 | 陷ゥ阮ケB | 11101001100110011011011111101111101111011010100111101001100110001010111011101111101111011011100101000010 | e999b7efbda9e998aeefbdb942 |
UHC | 陷?阮?B | 11111001111010000011111111101000110101100011111101000010 | f9e83fe8d63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)