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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 闖鷲闖 | 111010001000111110011000011010001110100010001111 | e88f9868e88f |
EUC-JP | 闖鷲闖 | 111011111110111111001111110010011110111111101111 | efefcfc9efef |
UTF-8 | 闖鷲闖 | 111010011001011110010110111010011011011110110010111010011001011110010110 | e99796e9b7b2e99796 |
UHC | 闖鷲闖 | 111101111110011011110110101011111111011111100110 | f7e6f6aff7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)