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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 釘?^ | 10010011010000100011111101011110 | 93423f5e |
EUC-JP | 釘?^ | 11000101101000110011111101011110 | c5a33f5e |
UTF-8 | 釘믓^ | 11101001100001111001100011101011101011111001001101011110 | e98798ebaf935e |
UHC | 釘믓^ | 1110111111111001101110011100101101011110 | eff9b9cb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)