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? | 0011111100111111001111110110001100111111 | 3f3f3f633f |
SJIS-WIN | 絛醐襲c絛 | 111000110101010110001100111011011000111101010000011000111110001101010101 | e3558ced8f5063e355 |
EUC-JP | 絛醐襲c絛 | 111001011011011010111000111011111011110110110001011000111110010110110110 | e5b6b8efbdb163e5b6 |
UTF-8 | 絛醐襲c絛 | 11100111101101011001101111101001100001101001000011101000101001011011001001100011111001111011010110011011 | e7b59be98690e8a5b263e7b59b |
UHC | ??襲c? | 001111110011111111100011101010010110001100111111 | 3f3fe3a9633f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)