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{^ | 100110100101100001101000011111011001101001011000011010000111101101011110 | 9a58687d9a58687b5e |
EUC-JP | 唸h}唸h{^ | 110100111011100101101000011111011101001110111001011010000111101101011110 | d3b9687dd3b9687b5e |
UTF-8 | 唸h}唸h{^ | 1110010110010100101110000110100001111101111001011001010010111000011010000111101101011110 | e594b8687de594b8687b5e |
UHC | ?h}?h{^ | 00111111011010000111110100111111011010000111101101011110 | 3f687d3f687b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)