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 | Ѣܸܸ^ | 11010001101000101101110010111000110111001011100001011110 | d1a2dcb8dcb85e |
SJIS-WIN | ?¢????^ | 0011111110000001100100010011111100111111001111110011111101011110 | 3f81913f3f3f3f5e |
EUC-JP | Ѣܸܸ^ | 100011111010101011010000101000011111000110001111101010101110010010001111101000101011000110001111101010101110010010001111101000101011000101011110 | 8faad0a1f18faae48fa2b18faae48fa2b15e |
UTF-8 | Ѣܸܸ^ | 11000011100100011100001010100010110000111001110011000010101110001100001110011100110000101011100001011110 | c391c2a2c39cc2b8c39cc2b85e |
UHC | ???¸?¸^ | 001111110011111100111111101000101010110000111111101000101010110001011110 | 3f3f3fa2ac3fa2ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)