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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 躊鳰躊鳰^ | 111001110101001111101001111010101110011101010011111010011110101001011110 | e753e9eae753e9ea5e |
EUC-JP | 躊鳰躊鳰^ | 111011011011010011110010111011001110110110110100111100101110110001011110 | edb4f2ecedb4f2ec5e |
UTF-8 | 躊鳰躊鳰^ | 11101000101110101000101011101001101100111011000011101000101110101000101011101001101100111011000001011110 | e8ba8ae9b3b0e8ba8ae9b3b05e |
UHC | 躊?躊?^ | 11110001110011000011111111110001110011000011111101011110 | f1cc3ff1cc3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)