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í³B\ | 111011011001100010110000010011111110110110011000101100110100001001011100 | ed98b04fed98b3425c |
SJIS-WIN | ??°O???B\ | 00111111001111111000000110001011010011110011111100111111001111110100001001011100 | 3f3f818b4f3f3f3f425c |
EUC-JP | í?°Oí??B\ | 1000111110101011101111110011111110100001111010110100111110001111101010111011111100111111001111110100001001011100 | 8fabbf3fa1eb4f8fabbf3f3f425c |
UTF-8 | í°Oí³B\ | 110000111010110111000010100110001100001010110000010011111100001110101101110000101001100011000010101100110100001001011100 | c3adc298c2b04fc3adc298c2b3425c |
UHC | ??°O??³B\ | 0011111100111111101000011100011001001111001111110011111110101001111110000100001001011100 | 3f3fa1c64f3f3fa9f8425c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)