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 | 蒂蒂^ | 1110010011011010111001001101101001011110 | e4dae4da5e |
EUC-JP | 蒂蒂^ | 1110100011011100111010001101110001011110 | e8dce8dc5e |
UTF-8 | 蒂蒂^ | 11101000100100101000001011101000100100101000001001011110 | e89282e892825e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)