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 | 闢ソ阡 | 1110100010010011101111111110100010010100 | e893bfe894 |
EUC-JP | 闢ソ阡 | 111011111111001110001110101111111110111111110100 | eff38ebfeff4 |
UTF-8 | 闢ソ阡 | 111010011001011110100010111011111011110110111111111010011001100010100001 | e997a2efbdbfe998a1 |
UHC | 闢?阡 | 1101110010100011001111111111010011000110 | dca33ff4c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)