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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 鋧\ | 1111000011010000111110111100111101011100 | f0d0fbcf5c |
EUC-JP | ?鋧\ | 0011111110001111111001001100101101011100 | 3f8fe4cb5c |
UTF-8 | 鋧\ | 11101110100000101000111111101001100010111010011101011100 | ee828fe98ba75c |
UHC | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)