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 | 磁邪}磁邪{^ | 1000111010100101100011101101011101111101100011101010010110001110110101110111101101011110 | 8ea58ed77d8ea58ed77b5e |
EUC-JP | 磁邪}磁邪{^ | 1011110010100111101111001101100101111101101111001010011110111100110110010111101101011110 | bca7bcd97dbca7bcd97b5e |
UTF-8 | 磁邪}磁邪{^ | 111001111010001110000001111010011000001010101010011111011110011110100011100000011110100110000010101010100111101101011110 | e7a381e982aa7de7a381e982aa7b5e |
UHC | 磁邪}磁邪{^ | 1110110110111000110111101111011101111101111011011011100011011110111101110111101101011110 | edb8def77dedb8def77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)