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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 偲汐篠エト宍B | 1000111011000011100011101010110010001110110000101011010011000100100011101011001101000010 | 8ec38eac8ec2b4c48eb342 |
EUC-JP | 偲汐篠エト宍B | 10111100110001011011110010101110101111001100010010001110101101001000111011000100101111001011010101000010 | bcc5bcaebcc48eb48ec4bcb542 |
UTF-8 | 偲汐篠エト宍B | 11100101100000011011001011100110101100011001000011100111101011111010000011101111101111011011010011101111101111101000010011100101101011101000110101000010 | e581b2e6b190e7afa0efbdb4efbe84e5ae8d42 |
UHC | ?汐篠???B | 001111111110000010110001111000011100011000111111001111110011111101000010 | 3fe0b1e1c63f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)