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 | 祭?\ | 10001101110101010011111101011100 | 8dd53f5c |
EUC-JP | 祭?\ | 10111010110101110011111101011100 | bad73f5c |
UTF-8 | 祭렢\ | 11100111101001011010110111101011101000001010001001011100 | e7a5adeba0a25c |
UHC | 祭렢\ | 1111000010101110100011101011001101011100 | f0ae8eb35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)