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 | ゥ。^ | 11101111101111011010100111101111101111011010000101011110 | efbda9efbda15e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ï?©ï?¡^ | 100011111010101111000001001111111000111110100010111011011000111110101011110000010011111110001111101000101100001001011110 | 8fabc13f8fa2ed8fabc13f8fa2c25e |
UTF-8 | ゥ。^ | 11000011101011111100001010111101110000101010100111000011101011111100001010111101110000101010000101011110 | c3afc2bdc2a9c3afc2bdc2a15e |
UHC | ?½??½¡^ | 00111111101010001111011000111111001111111010100011110110101000101010111001011110 | 3fa8f63f3fa8f6a2ae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)