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 | 惑?\ | 10011000011001100011111101011100 | 98663f5c |
EUC-JP | 惑?\ | 11001111110001110011111101011100 | cfc73f5c |
UTF-8 | 惑쀖\ | 11100110100000111001000111101100100000001001011001011100 | e68391ec80965c |
UHC | 惑쀖\ | 1111101111100011100101111101011001011100 | fbe397d65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)