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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 嘶??^ | 1001101001111100001111110011111101011110 | 9a7c3f3f5e |
EUC-JP | 嘶??^ | 1101001111011101001111110011111101011110 | d3dd3f3f5e |
UTF-8 | 嘶꼷뢎^ | 11100101100110001011011011101010101111001011011111101011101000101000111001011110 | e598b6eabcb7eba28e5e |
UHC | 嘶꼷뢎^ | 11100011101101101000010010001111100011110100100101011110 | e3b6848f8f495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)