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 | 1110110110110100110111101110010001000010 | edb4dee442 |
SJIS-WIN | ?´??B | 001111111000000101001100001111110011111101000010 | 3f814c3f3f42 |
EUC-JP | í´ÞäB | 100011111010101110111111101000011010110110001111101010011011000010001111101010111010001101000010 | 8fabbfa1ad8fa9b08faba342 |
UTF-8 | í´ÞäB | 110000111010110111000010101101001100001110011110110000111010010001000010 | c3adc2b4c39ec3a442 |
UHC | ?´Þ?B | 00111111101000101010010110101000101011010011111101000010 | 3fa2a5a8ad3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)