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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 闢采 | 11101000100100111000110111010001 | e8938dd1 |
EUC-JP | 闢采 | 11101111111100111011101011010011 | eff3bad3 |
UTF-8 | 闢采 | 111010011001011110100010111010011000011110000111 | e997a2e98787 |
UHC | 闢采 | 11011100101000111111001111111010 | dca3f3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)