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 | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 潁溏E潁溏EB | 1001111111110001100111111110110101000101100111111111000110011111111011010100010101000010 | 9ff19fed459ff19fed4542 |
EUC-JP | 潁溏E潁溏EB | 1101111011110011110111101110111101000101110111101111001111011110111011110100010101000010 | def3deef45def3deef4542 |
UTF-8 | 潁溏E潁溏EB | 111001101011110110000001111001101011101010001111010001011110011010111101100000011110011010111010100011110100010101000010 | e6bd81e6ba8f45e6bd81e6ba8f4542 |
UHC | 潁?E潁?EB | 111001111011100000111111010001011110011110111000001111110100010101000010 | e7b83f45e7b83f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)