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 | ³²×Û | 1011001110110010100011111101011111011011 | b3b28fd7db |
SJIS-WIN | ???×? | 001111110011111100111111100000010111111000111111 | 3f3f3f817e3f |
EUC-JP | ???×Û | 0011111100111111001111111010000111011111100011111010101011100101 | 3f3f3fa1df8faae5 |
UTF-8 | ³²×Û | 11000010101100111100001010110010110000101000111111000011100101111100001110011011 | c2b3c2b2c28fc397c39b |
UHC | ³²?×? | 1010100111111000101010011111011100111111101000011011111100111111 | a9f8a9f73fa1bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)