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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 馴邪}馴邪{^ | 1001001111101001100011101101011101111101100100111110100110001110110101110111101101011110 | 93e98ed77d93e98ed77b5e |
EUC-JP | 馴邪}馴邪{^ | 1100011011101011101111001101100101111101110001101110101110111100110110010111101101011110 | c6ebbcd97dc6ebbcd97b5e |
UTF-8 | 馴邪}馴邪{^ | 111010011010011010110100111010011000001010101010011111011110100110100110101101001110100110000010101010100111101101011110 | e9a6b4e982aa7de9a6b4e982aa7b5e |
UHC | 馴邪}馴邪{^ | 1110001011111000110111101111011101111101111000101111100011011110111101110111101101011110 | e2f8def77de2f8def77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)