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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬘鷺賠ミ | 11101001101000011000110111101011100101001000010111010000 | e9a18deb9485d0 |
EUC-JP | 鬘鷺賠ミ | 1111001010100011101110101110110111000111111001011000111011010000 | f2a3baedc7e58ed0 |
UTF-8 | 鬘鷺賠ミ | 111010011010110010011000111010011011011110111010111010001011001110100000111011111011111010010000 | e9ac98e9b7bae8b3a0efbe90 |
UHC | ?鷺賠? | 001111111101011011011100110110111101001100111111 | 3fd6dcdbd33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)