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 | úèÓò\ | 1111101011101000110100111111001001011100 | fae8d3f25c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | úèÓò\ | 10001111101010111110001010001111101010111011001010001111101010101101000110001111101010111101001001011100 | 8fabe28fabb28faad18fabd25c |
UTF-8 | úèÓò\ | 110000111011101011000011101010001100001110010011110000111011001001011100 | c3bac3a8c393c3b25c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)