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 | 100111001011011110001001111000101001110010110111100010011110001001000010 | 9cb789e29cb789e242 |
EUC-JP | 惺俄惺俄B | 110110001011100110110010111001001101100010111001101100101110010001000010 | d8b9b2e4d8b9b2e442 |
UTF-8 | 惺俄惺俄B | 11100110100000111011101011100100101111111000010011100110100000111011101011100100101111111000010001000010 | e683bae4bf84e683bae4bf8442 |
UHC | 惺俄惺俄B | 111000001111011011100100101011011110000011110110111001001010110101000010 | e0f6e4ade0f6e4ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)