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 | 釘魄釘白^ | 100100110100001011101001101011101001001101000010100101001001001001011110 | 9342e9ae934294925e |
EUC-JP | 釘魄釘白^ | 110001011010001111110010101100001100010110100011110001111111001001011110 | c5a3f2b0c5a3c7f25e |
UTF-8 | 釘魄釘白^ | 11101001100001111001100011101001101011011000010011101001100001111001100011100111100110011011110101011110 | e98798e9ad84e98798e799bd5e |
UHC | 釘魄釘白^ | 111011111111100111011011110111101110111111111001110110111101110001011110 | eff9dbdeeff9dbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)