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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 偲汐篠シト鴫] | 1000111011000011100011101010110010001110110000101011110011000100100011101011000001011101 | 8ec38eac8ec2bcc48eb05d |
EUC-JP | 偲汐篠シト鴫] | 10111100110001011011110010101110101111001100010010001110101111001000111011000100101111001011001001011101 | bcc5bcaebcc48ebc8ec4bcb25d |
UTF-8 | 偲汐篠シト鴫] | 11100101100000011011001011100110101100011001000011100111101011111010000011101111101111011011110011101111101111101000010011101001101101001010101101011101 | e581b2e6b190e7afa0efbdbcefbe84e9b4ab5d |
UHC | ?汐篠???] | 001111111110000010110001111000011100011000111111001111110011111101011101 | 3fe0b1e1c63f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)