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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 将蝪鵆] | 10001111101010111110010110100001111010011111101101011101 | 8fabe5a1e9fb5d |
EUC-JP | 将蝪鵆] | 10111110101011011110101010100011111100101111110101011101 | beadeaa3f2fd5d |
UTF-8 | 将蝪鵆] | 11100101101100001000011011101000100111011010101011101001101101011000011001011101 | e5b086e89daae9b5865d |
UHC | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)