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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 遉セ轣シF | 11100111101001001011111011100111100000011011110001000110 | e7a4bee781bc46 |
EUC-JP | 遉セ轣シF | 111011101010011010001110101111101110110111100001100011101011110001000110 | eea68ebeede18ebc46 |
UTF-8 | 遉セ轣シF | 11101001100000011000100111101111101111011011111011101000101111011010001111101111101111011011110001000110 | e98189efbdbee8bda3efbdbc46 |
UHC | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)