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 | ?¡?? | 00111111101000010011111100111111 | 3fa13f3f |
SJIS-WIN | 宅?∞固 | 10010001111011100011111110000001100001111000110011000101 | 91ee3f81878cc5 |
EUC-JP | 宅¡∞固 | 110000101111000010001111101000101100001010100001111001111011100011000111 | c2f08fa2c2a1e7b8c7 |
UTF-8 | 宅¡∞固 | 1110010110101110100001011100001010100001111000101000100010011110111001011001101110111010 | e5ae85c2a1e2889ee59bba |
UHC | 宅¡∞固 | 1101001111101011101000101010111010100001110001001100110110110011 | d3eba2aea1c4cdb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)