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 | 11111011100111011010111011100111101010111011101001000110 | fb9daee7abba46 |
EUC-JP | ?ョ遶コF | 0011111110001110101011101110111010101101100011101011101001000110 | 3f8eaeeead8eba46 |
UTF-8 | 﨟ョ遶コF | 11101111101010001001111111101111101111011010111011101001100000011011011011101111101111011011101001000110 | efa89fefbdaee981b6efbdba46 |
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)