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 | ³±ðÛ | 10110011101100011111000011011011 | b3b1f0db |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | ?±ðÛ | 001111111010000111011110100011111010100111000011100011111010101011100101 | 3fa1de8fa9c38faae5 |
UTF-8 | ³±ðÛ | 1100001010110011110000101011000111000011101100001100001110011011 | c2b3c2b1c3b0c39b |
UHC | ³±ð? | 10101001111110001010000110111110101010011010001100111111 | a9f8a1bea9a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)