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 | 闢某 | 11101000100100111001011001011110 | e893965e |
EUC-JP | 闢某 | 11101111111100111100101110111111 | eff3cbbf |
UTF-8 | 闢某 | 111010011001011110100010111001101001111110010000 | e997a2e69f90 |
UHC | 闢某 | 11011100101000111101100110111011 | dca3d9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)