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 | ?h}?h{^ | 00111111011010000111110100111111011010000111101101011110 | 3f687d3f687b5e |
SJIS-WIN | 但h}但h{^ | 100100100100000101101000011111011001001001000001011010000111101101011110 | 9241687d9241687b5e |
EUC-JP | 但h}但h{^ | 110000111010001001101000011111011100001110100010011010000111101101011110 | c3a2687dc3a2687b5e |
UTF-8 | 但h}但h{^ | 1110010010111101100001100110100001111101111001001011110110000110011010000111101101011110 | e4bd86687de4bd86687b5e |
UHC | 但h}但h{^ | 110100111010001101101000011111011101001110100011011010000111101101011110 | d3a3687dd3a3687b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)