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 | ÂxÂ] | 110000101000111101111000110000101001100101011101 | c28f78c2995d |
SJIS-WIN | ??x??] | 001111110011111101111000001111110011111101011101 | 3f3f783f3f5d |
EUC-JP | Â?xÂ?] | 10001111101010101010010000111111011110001000111110101010101001000011111101011101 | 8faaa43f788faaa43f5d |
UTF-8 | ÂxÂ] | 11000011100000101100001010001111011110001100001110000010110000101001100101011101 | c382c28f78c382c2995d |
UHC | ??x??] | 001111110011111101111000001111110011111101011101 | 3f3f783f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)