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 | ÂÂÂ\ | 11000010100011011100001010011011110000101001000001011100 | c28dc29bc2905c |
SJIS-WIN | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | Â?Â?Â?\ | 10001111101010101010010000111111100011111010101010100100001111111000111110101010101001000011111101011100 | 8faaa43f8faaa43f8faaa43f5c |
UTF-8 | ÂÂÂ\ | 11000011100000101100001010001101110000111000001011000010100110111100001110000010110000101001000001011100 | c382c28dc382c29bc382c2905c |
UHC | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)