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 | ùû\ | 1001110111111001100010111111101101011100 | 9df98bfb5c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | ?ù?û\ | 001111111000111110101011111000110011111110001111101010111110010101011100 | 3f8fabe33f8fabe55c |
UTF-8 | ùû\ | 110000101001110111000011101110011100001010001011110000111011101101011100 | c29dc3b9c28bc3bb5c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)