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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 靼繕 | 11101000110110001001000101010101 | e8d89155 |
EUC-JP | 靼繕 | 11110000110110101100000110110110 | f0dac1b6 |
UTF-8 | 靼繕 | 111010011001110110111100111001111011100110010101 | e99dbce7b995 |
UHC | ?繕 | 001111111110000011001011 | 3fe0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)