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 | ??g\ | 00111111001111110110011101011100 | 3f3f675c |
SJIS-WIN | 趾?g\ | 1110011011100100001111110110011101011100 | e6e43f675c |
EUC-JP | 趾?g\ | 1110110011100110001111110110011101011100 | ece63f675c |
UTF-8 | 趾렩g\ | 1110100010110110101111101110101110100000101010010110011101011100 | e8b6beeba0a9675c |
UHC | 趾렩g\ | 111100101011111110001110101101110110011101011100 | f2bf8eb7675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)