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 | 水衲席 | 100100001000010111100101110100111001000011001000 | 9085e5d390c8 |
EUC-JP | 水衲席 | 101111111110010111101010110101011100000011001010 | bfe5ead5c0ca |
UTF-8 | 水衲席 | 111001101011000010110100111010001010000110110010111001011011100010101101 | e6b0b4e8a1b2e5b8ad |
UHC | 水衲席 | 111000101010100111010010101001001110000010101100 | e2a9d2a4e0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)