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汽 | 111010000100011010000010100011001000101101000100 | e846828c8b44 |
EUC-JP | 錻l汽 | 111011111010011110100011111011001011010110100101 | efa7a3ecb5a5 |
UTF-8 | 錻l汽 | 111010011000110010111011111011111011110110001100111001101011000110111101 | e98cbbefbd8ce6b1bd |
UHC | ?l汽 | 0011111110100011111011001101000110101001 | 3fa3ecd1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)