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 | 粧?\ | 10001111110011110011111101011100 | 8fcf3f5c |
EUC-JP | 粧?\ | 10111110110100010011111101011100 | bed13f5c |
UTF-8 | 粧렒\ | 11100111101100101010011111101011101000001001001001011100 | e7b2a7eba0925c |
UHC | 粧렒\ | 1110110111110010100011101010011101011100 | edf28ea75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)