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 | 釘?釘?^ | 10010011010000100011111110010011010000100011111101011110 | 93423f93423f5e |
EUC-JP | 釘?釘?^ | 11000101101000110011111111000101101000110011111101011110 | c5a33fc5a33f5e |
UTF-8 | 釘뭡釘뭡^ | 11101001100001111001100011101011101011011010000111101001100001111001100011101011101011011010000101011110 | e98798ebada1e98798ebada15e |
UHC | 釘뭡釘뭡^ | 111011111111100110111001101111001110111111111001101110011011110001011110 | eff9b9bceff9b9bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)