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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 闢咏、セ | 111010001001001110011001111001111010010010111110 | e89399e7a4be |
EUC-JP | 闢咏、セ | 1110111111110011110100101110100110001110101001001000111010111110 | eff3d2e98ea48ebe |
UTF-8 | 闢咏、セ | 111010011001011110100010111001011001001010001111111011111011110110100100111011111011110110111110 | e997a2e5928fefbda4efbdbe |
UHC | 闢??? | 1101110010100011001111110011111100111111 | dca33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)