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 | ???d? | 0011111100111111001111110110010000111111 | 3f3f3f643f |
SJIS-WIN | 絛醐衆d絛 | 111000110101010110001100111011011000111101001111011001001110001101010101 | e3558ced8f4f64e355 |
EUC-JP | 絛醐衆d絛 | 111001011011011010111000111011111011110110110000011001001110010110110110 | e5b6b8efbdb064e5b6 |
UTF-8 | 絛醐衆d絛 | 11100111101101011001101111101001100001101001000011101000101000011000011001100100111001111011010110011011 | e7b59be98690e8a18664e7b59b |
UHC | ??衆d? | 001111110011111111110001111010110110010000111111 | 3f3ff1eb643f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)