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 | 111001111010001110001010010000001110011110100011100010100100000001000010 | e7a38a40e7a38a4042 |
EUC-JP | 逎魁逎魁B | 111011101010010110110011101000011110111010100101101100111010000101000010 | eea5b3a1eea5b3a142 |
UTF-8 | 逎魁逎魁B | 11101001100000001000111011101001101011011000000111101001100000001000111011101001101011011000000101000010 | e9808ee9ad81e9808ee9ad8142 |
UHC | ?魁?魁B | 00111111110011101101101000111111110011101101101001000010 | 3fceda3fceda42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)