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 | ??妖?\ | 001111110011111110010111011001000011111101011100 | 3f3f97643f5c |
EUC-JP | ??妖?\ | 001111110011111111001101110001010011111101011100 | 3f3fcdc53f5c |
UTF-8 | 쉃숞妖숥\ | 11101100100010011000001111101100100010001001111011100101101001101001011011101100100010001010010101011100 | ec8983ec889ee5a696ec88a55c |
UHC | 쉃숞妖숥\ | 100110100101100010011001111110111110100011101101100110100100001001011100 | 9a5899fbe8ed9a425c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)