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 | ?e?eB | 0011111101100101001111110110010101000010 | 3f653f6542 |
SJIS-WIN | 奪e奪eB | 10010010010001000110010110010010010001000110010101000010 | 92446592446542 |
EUC-JP | 奪e奪eB | 11000011101001010110010111000011101001010110010101000010 | c3a565c3a56542 |
UTF-8 | 奪e奪eB | 111001011010010110101010011001011110010110100101101010100110010101000010 | e5a5aa65e5a5aa6542 |
UHC | 奪e奪eB | 11110111101011000110010111110111101011000110010101000010 | f7ac65f7ac6542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)