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 | 巍叔? | 1001101111011001100011110110011000111111 | 9bd98f663f |
EUC-JP | 巍叔? | 1101011011011011101111011100011100111111 | d6dbbdc73f |
UTF-8 | 巍叔硏 | 111001011011011110001101111001011000111110010100111001111010000110001111 | e5b78de58f94e7a18f |
UHC | 巍叔硏 | 111010001110010011100010110100101110011011011010 | e8e4e2d2e6da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)