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 | ëë«^c^ | 111010111010110110001011111010111010101110000111010111100110001101011110 | ebad8bebab875e635e |
SJIS-WIN | ??????^c^ | 001111110011111100111111001111110011111100111111010111100110001101011110 | 3f3f3f3f3f3f5e635e |
EUC-JP | ë??ë??^c^ | 10001111101010111011001100111111001111111000111110101011101100110011111100111111010111100110001101011110 | 8fabb33f3f8fabb33f3f5e635e |
UTF-8 | ëë«^c^ | 110000111010101111000010101011011100001010001011110000111010101111000010101010111100001010000111010111100110001101011110 | c3abc2adc28bc3abc2abc2875e635e |
UHC | ?????^c^ | 00111111101000011010100100111111001111110011111100111111010111100110001101011110 | 3fa1a93f3f3f3f5e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)