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 | ?欺考 | 0011111110001011010111001000110101101100 | 3f8b5c8d6c |
EUC-JP | 棅欺考 | 10001111110000111111101110110101101111011011100111001101 | 8fc3fbb5bdb9cd |
UTF-8 | 棅欺考 | 111001101010001110000101111001101010110010111010111010001000000010000011 | e6a385e6acbae88083 |
UHC | 棅欺考 | 110111001011100011010001101001111100110111000101 | dcb8d1a7cdc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)