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 | 鬮キ竏晏 | 11101001101010111011011111100010100010001001110111100101 | e9abb7e2889de5 |
EUC-JP | 鬮キ竏晏 | 1111001010101101100011101011011111100011111010001101101011100111 | f2ad8eb7e3e8dae7 |
UTF-8 | 鬮キ竏晏 | 111010011010110010101110111011111011110110110111111001111010101110001111111001101001100110001111 | e9acaeefbdb7e7ab8fe6998f |
UHC | ???晏 | 0011111100111111001111111110010011001111 | 3f3f3fe4cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)