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 | ûoh}ûoh{^ | 1111101101101111100111010110100001111101111110110110111110011101011010000111101101011110 | fb6f9d687dfb6f9d687b5e |
SJIS-WIN | ?o?h}?o?h{^ | 0011111101101111001111110110100001111101001111110110111100111111011010000111101101011110 | 3f6f3f687d3f6f3f687b5e |
EUC-JP | ûo?h}ûo?h{^ | 100011111010101111100101011011110011111101101000011111011000111110101011111001010110111100111111011010000111101101011110 | 8fabe56f3f687d8fabe56f3f687b5e |
UTF-8 | ûoh}ûoh{^ | 110000111011101101101111110000101001110101101000011111011100001110111011011011111100001010011101011010000111101101011110 | c3bb6fc29d687dc3bb6fc29d687b5e |
UHC | ?o?h}?o?h{^ | 0011111101101111001111110110100001111101001111110110111100111111011010000111101101011110 | 3f6f3f687d3f6f3f687b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)