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 | ツ篠 ̄ | 1100001010001110110000101000000101010000 | c28ec28150 |
EUC-JP | ツ篠 ̄ | 100011101100001010111100110001001010000110110001 | 8ec2bcc4a1b1 |
UTF-8 | ツ篠 ̄ | 111011111011111010000010111001111010111110100000111011111011111110100011 | efbe82e7afa0efbfa3 |
UHC | ?篠 ̄ | 0011111111100001110001101010001111111110 | 3fe1c6a3fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)