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 | 押λ?鵝 | 10001001100111111000001111001001001111111110101001000000 | 899f83c93fea40 |
EUC-JP | 押λ?鵝 | 10110010101000011010011011001011001111111111001110100001 | b2a1a6cb3ff3a1 |
UTF-8 | 押λ젗鵝 | 1110011010001010101111001100111010111011111011001010000010010111111010011011010110011101 | e68abccebbeca097e9b59d |
UHC | 押λ젗鵝 | 1110010011100011101001011110101110100000100100111110010010111101 | e4e3a5eba093e4bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)