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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 野λ?^ | 100101101110110010000011110010010011111101011110 | 96ec83c93f5e |
EUC-JP | 野λ?^ | 110011001110111010100110110010110011111101011110 | cceea6cb3f5e |
UTF-8 | 野λ뒖^ | 111010011000011110001110110011101011101111101011100100101001011001011110 | e9878ecebbeb92965e |
UHC | 野λ뒖^ | 11100101101011111010010111101011100010101001001101011110 | e5afa5eb8a935e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)