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 | ¾®E¾®EB | 10111110101011100100010110111110101011100100010101000010 | beae45beae4542 |
SJIS-WIN | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
EUC-JP | ?®E?®EB | 0011111110001111101000101110111001000101001111111000111110100010111011100100010101000010 | 3f8fa2ee453f8fa2ee4542 |
UTF-8 | ¾®E¾®EB | 1100001010111110110000101010111001000101110000101011111011000010101011100100010101000010 | c2bec2ae45c2bec2ae4542 |
UHC | ¾®E¾®EB | 1010100011111010101000101110011101000101101010001111101010100010111001110100010101000010 | a8faa2e745a8faa2e74542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)