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 | 0011111101000101001111110100010101000010 | 3f453f4542 |
SJIS-WIN | 淅E淅EB | 10011111110001100100010110011111110001100100010101000010 | 9fc6459fc64542 |
EUC-JP | 淅E淅EB | 11011110110010000100010111011110110010000100010101000010 | dec845dec84542 |
UTF-8 | 淅E淅EB | 111001101011011110000101010001011110011010110111100001010100010101000010 | e6b78545e6b7854542 |
UHC | 淅E淅EB | 11100000101100100100010111100000101100100100010101000010 | e0b245e0b24542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)