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 | ?F | 0011111101000110 | 3f46 |
SJIS-WIN | 薪F | 100100000110010001000110 | 906446 |
EUC-JP | 薪F | 101111111100010101000110 | bfc546 |
UTF-8 | 薪F | 11101000100101101010101001000110 | e896aa46 |
UHC | 薪F | 111000111110111101000110 | e3ef46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)