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 | ±¨°ë | 10110001101010001011000011101011 | b1a8b0eb |
SJIS-WIN | ±¨°? | 10000001011111011000000101001110100000011000101100111111 | 817d814e818b3f |
EUC-JP | ±¨°ë | 101000011101111010100001101011111010000111101011100011111010101110110011 | a1dea1afa1eb8fabb3 |
UTF-8 | ±¨°ë | 1100001010110001110000101010100011000010101100001100001110101011 | c2b1c2a8c2b0c3ab |
UHC | ±¨°? | 10100001101111101010000110100111101000011100011000111111 | a1bea1a7a1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)