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 | ????D^ | 001111110011111100111111001111110100010001011110 | 3f3f3f3f445e |
SJIS-WIN | 場ロシウD^ | 10001111111010101101101110111100101100110100010001011110 | 8feadbbcb3445e |
EUC-JP | 場ロシウD^ | 10111110111011001000111011011011100011101011110010001110101100110100010001011110 | beec8edb8ebc8eb3445e |
UTF-8 | 場ロシウD^ | 1110010110100000101101001110111110111110100110111110111110111101101111001110111110111101101100110100010001011110 | e5a0b4efbe9befbdbcefbdb3445e |
UHC | 場???D^ | 11101101110111100011111100111111001111110100010001011110 | edde3f3f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)