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 | 0011111101000010 | 3f42 |
SJIS-WIN | 沃B | 100101111000000001000010 | 978042 |
EUC-JP | 沃B | 110011011110000001000010 | cde042 |
UTF-8 | 沃B | 11100110101100101000001101000010 | e6b28342 |
UHC | 沃B | 111010001010101001000010 | e8aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)