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 | í¢oí¢oB | 111011011001100010100010011011111110110110011000101000100110111101000010 | ed98a26fed98a26f42 |
SJIS-WIN | ??¢o??¢oB | 0011111100111111100000011001000101101111001111110011111110000001100100010110111101000010 | 3f3f81916f3f3f81916f42 |
EUC-JP | í?¢oí?¢oB | 100011111010101110111111001111111010000111110001011011111000111110101011101111110011111110100001111100010110111101000010 | 8fabbf3fa1f16f8fabbf3fa1f16f42 |
UTF-8 | í¢oí¢oB | 110000111010110111000010100110001100001010100010011011111100001110101101110000101001100011000010101000100110111101000010 | c3adc298c2a26fc3adc298c2a26f42 |
UHC | ???o???oB | 001111110011111100111111011011110011111100111111001111110110111101000010 | 3f3f3f6f3f3f3f6f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)