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 | ûEwh | 1111101101000101100110100111011101101000 | fb459a7768 |
SJIS-WIN | ?E?wh | 0011111101000101001111110111011101101000 | 3f453f7768 |
EUC-JP | ûE?wh | 10001111101010111110010101000101001111110111011101101000 | 8fabe5453f7768 |
UTF-8 | ûEwh | 11000011101110110100010111000010100110100111011101101000 | c3bb45c29a7768 |
UHC | ?E?wh | 0011111101000101001111110111011101101000 | 3f453f7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)