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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 嘶??鵝 | 100110100111110000111111001111111110101001000000 | 9a7c3f3fea40 |
EUC-JP | 嘶??鵝 | 110100111101110100111111001111111111001110100001 | d3dd3f3ff3a1 |
UTF-8 | 嘶꼷뢆鵝 | 111001011001100010110110111010101011110010110111111010111010001010000110111010011011010110011101 | e598b6eabcb7eba286e9b59d |
UHC | 嘶꼷뢆鵝 | 1110001110110110100001001000111110001111010000101110010010111101 | e3b6848f8f42e4bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)