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 | 押λ?? | 100010011001111110000011110010010011111100111111 | 899f83c93f3f |
EUC-JP | 押λ?? | 101100101010000110100110110010110011111100111111 | b2a1a6cb3f3f |
UTF-8 | 押λ젚琉 | 1110011010001010101111001100111010111011111011001010000010011010111011111010011110001100 | e68abccebbeca09aefa78c |
UHC | 押λ젚琉 | 1110010011100011101001011110101110100000100101101110101110100100 | e4e3a5eba096eba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)