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 | «Â¢í[ | 10001111101010111100001010001111101000101110110101011011 | 8fabc28fa2ed5b |
SJIS-WIN | ????¢?[ | 0011111100111111001111110011111110000001100100010011111101011011 | 3f3f3f3f81913f5b |
EUC-JP | ??Â?¢í[ | 001111110011111110001111101010101010010000111111101000011111000110001111101010111011111101011011 | 3f3f8faaa43fa1f18fabbf5b |
UTF-8 | «Â¢í[ | 11000010100011111100001010101011110000111000001011000010100011111100001010100010110000111010110101011011 | c28fc2abc382c28fc2a2c3ad5b |
UHC | ??????[ | 00111111001111110011111100111111001111110011111101011011 | 3f3f3f3f3f3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)