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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 茉??筬 | 111001001001110100111111001111111110001010101011 | e49d3f3fe2ab |
EUC-JP | 茉??筬 | 111001111111110100111111001111111110010010101101 | e7fd3f3fe4ad |
UTF-8 | 茉롛렽筬 | 111010001000110010001001111010111010000110011011111010111010000010111101111001111010110110101100 | e88c89eba19beba0bde7adac |
UHC | 茉롛렽筬 | 1101100011001001100011101101111110001110110001011110000011111110 | d8c98edf8ec5e0fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)