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 | 1110101111100110101001010101101001000010 | ebe6a55a42 |
SJIS-WIN | ??¥ZB | 001111110011111110000001100011110101101001000010 | 3f3f818f5a42 |
EUC-JP | ëæ?ZB | 100011111010101110110011100011111010100111000001001111110101101001000010 | 8fabb38fa9c13f5a42 |
UTF-8 | ëæ¥ZB | 1100001110101011110000111010011011000010101001010101101001000010 | c3abc3a6c2a55a42 |
UHC | ?æ?ZB | 001111111010100110100001001111110101101001000010 | 3fa9a13f5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)