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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 闢凩闢几^ | 111010001001001110011001011111011110100010010011100110010111101101011110 | e893997de893997b5e |
EUC-JP | 闢凩闢几^ | 111011111111001111010001110111101110111111110011110100011101110001011110 | eff3d1deeff3d1dc5e |
UTF-8 | 闢凩闢几^ | 11101001100101111010001011100101100001111010100111101001100101111010001011100101100001111010000001011110 | e997a2e587a9e997a2e587a05e |
UHC | 闢?闢?^ | 11011100101000110011111111011100101000110011111101011110 | dca33fdca33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)