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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 冶冶[冶冶[^ | 1001011011101000100101101110100001011011100101101110100010010110111010000101101101011110 | 96e896e85b96e896e85b5e |
EUC-JP | 冶冶[冶冶[^ | 1100110011101010110011001110101001011011110011001110101011001100111010100101101101011110 | cceaccea5bcceaccea5b5e |
UTF-8 | 冶冶[冶冶[^ | 111001011000011010110110111001011000011010110110010110111110010110000110101101101110010110000110101101100101101101011110 | e586b6e586b65be586b6e586b65b5e |
UHC | 冶冶[冶冶[^ | 1110010110100111111001011010011101011011111001011010011111100101101001110101101101011110 | e5a7e5a75be5a7e5a75b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)