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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 告??^ | 1000110110010000001111110011111101011110 | 8d903f3f5e |
EUC-JP | 告??^ | 1011100111110000001111110011111101011110 | b9f03f3f5e |
UTF-8 | 告┡∼^ | 11100101100100011000101011100010100101001010000111100010100010001011110001011110 | e5918ae294a1e288bc5e |
UHC | 告┡∼^ | 11001101101100011010011011001011101000011010110101011110 | cdb1a6cba1ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)