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 | ゥ。~ | 11101111101111011010100111101111101111011010000101111110 | efbda9efbda17e |
SJIS-WIN | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
EUC-JP | ï?©ï?¡~ | 100011111010101111000001001111111000111110100010111011011000111110101011110000010011111110001111101000101100001001111110 | 8fabc13f8fa2ed8fabc13f8fa2c27e |
UTF-8 | ゥ。~ | 11000011101011111100001010111101110000101010100111000011101011111100001010111101110000101010000101111110 | c3afc2bdc2a9c3afc2bdc2a17e |
UHC | ?½??½¡~ | 00111111101010001111011000111111001111111010100011110110101000101010111001111110 | 3fa8f63f3fa8f6a2ae7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)