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 | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-WIN | 炅質n炅質nB | 1111101101010001100011101011111101101110111110110101000110001110101111110110111001000010 | fb518ebf6efb518ebf6e42 |
EUC-JP | 炅質n炅質nB | 10001111110010011100101010111100110000010110111010001111110010011100101010111100110000010110111001000010 | 8fc9cabcc16e8fc9cabcc16e42 |
UTF-8 | 炅質n炅質nB | 111001111000001010000101111010001011001110101010011011101110011110000010100001011110100010110011101010100110111001000010 | e78285e8b3aa6ee78285e8b3aa6e42 |
UHC | 炅質n炅質nB | 1100110011011101111100101111010101101110110011001101110111110010111101010110111001000010 | ccddf2f56eccddf2f56e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)