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 | ¾¤ÙÈ | 1011111010100100100011111101100111001000 | bea48fd9c8 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?¤?ÙÈ | 0011111110001111101000101111000000111111100011111010101011100011100011111010101010110010 | 3f8fa2f03f8faae38faab2 |
UTF-8 | ¾¤ÙÈ | 11000010101111101100001010100100110000101000111111000011100110011100001110001000 | c2bec2a4c28fc399c388 |
UHC | ¾¤??? | 10101000111110101010001010110100001111110011111100111111 | a8faa2b43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)