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 | 錻l祈 | 111010000100011010000010100011001000101101000110 | e846828c8b46 |
EUC-JP | 錻l祈 | 111011111010011110100011111011001011010110100111 | efa7a3ecb5a7 |
UTF-8 | 錻l祈 | 111010011000110010111011111011111011110110001100111001111010010110001000 | e98cbbefbd8ce7a588 |
UHC | ?l祈 | 0011111110100011111011001101000110110111 | 3fa3ecd1b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)