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 | ?ZB | 001111110101101001000010 | 3f5a42 |
SJIS-WIN | 鯀ZB | 11101001101111110101101001000010 | e9bf5a42 |
EUC-JP | 鯀ZB | 11110010110000010101101001000010 | f2c15a42 |
UTF-8 | 鯀ZB | 1110100110101111100000000101101001000010 | e9af805a42 |
UHC | ?ZB | 001111110101101001000010 | 3f5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)