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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蟒充蟒充^ | 111001011011101110001111010110111110010110111011100011110101101101011110 | e5bb8f5be5bb8f5b5e |
EUC-JP | 蟒充蟒充^ | 111010101011110110111101101111001110101010111101101111011011110001011110 | eabdbdbceabdbdbc5e |
UTF-8 | 蟒充蟒充^ | 11101000100111111001001011100101100001011000010111101000100111111001001011100101100001011000010101011110 | e89f92e58585e89f92e585855e |
UHC | ?充?充^ | 00111111111101011111011000111111111101011111011001011110 | 3ff5f63ff5f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)