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 | 艇?^ | 10010010111110000011111101011110 | 92f83f5e |
EUC-JP | 艇?^ | 11000100111110100011111101011110 | c4fa3f5e |
UTF-8 | 艇궤^ | 11101000100010011000011111101010101101101010010001011110 | e88987eab6a45e |
UHC | 艇궤^ | 1110111111110011101100011100101101011110 | eff3b1cb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)