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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 蝗夂ィカ\ | 11100101100110111001101011100111101010001011011001011100 | e59b9ae7a8b65c |
EUC-JP | 蝗夂ィカ\ | 111010011111101111010100111010011000111010101000100011101011011001011100 | e9fbd4e98ea88eb65c |
UTF-8 | 蝗夂ィカ\ | 11101000100111011001011111100101101001001000001011101111101111011010100011101111101111011011011001011100 | e89d97e5a482efbda8efbdb65c |
UHC | 蝗???\ | 111111001101100100111111001111110011111101011100 | fcd93f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)