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 | ???^? | 0011111100111111001111110101111000111111 | 3f3f3f5e3f |
SJIS-WIN | 絛醐就^絛 | 111000110101010110001100111011011000111101000001010111101110001101010101 | e3558ced8f415ee355 |
EUC-JP | 絛醐就^絛 | 111001011011011010111000111011111011110110100010010111101110010110110110 | e5b6b8efbda25ee5b6 |
UTF-8 | 絛醐就^絛 | 11100111101101011001101111101001100001101001000011100101101100001011000101011110111001111011010110011011 | e7b59be98690e5b0b15ee7b59b |
UHC | ??就^? | 001111110011111111110110101001100101111000111111 | 3f3ff6a65e3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)