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 | 100100000100100101000010 | 904942 |
EUC-JP | 蝕B | 101111111010101001000010 | bfaa42 |
UTF-8 | 蝕B | 11101000100111011001010101000010 | e89d9542 |
UHC | 蝕B | 111000111101101001000010 | e3da42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)