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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蝪亙蝪亙B | 111001011010000110011000011010011110010110100001100110000110100101000010 | e5a19869e5a1986942 |
EUC-JP | 蝪亙蝪亙B | 111010101010001111001111110010101110101010100011110011111100101001000010 | eaa3cfcaeaa3cfca42 |
UTF-8 | 蝪亙蝪亙B | 11101000100111011010101011100100101110101001100111101000100111011010101011100100101110101001100101000010 | e89daae4ba99e89daae4ba9942 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)