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 | 栽摸}栽摸{^ | 1000110111001101100101101100110001111101100011011100110110010110110011000111101101011110 | 8dcd96cc7d8dcd96cc7b5e |
EUC-JP | 栽摸}栽摸{^ | 1011101011001111110011001100111001111101101110101100111111001100110011100111101101011110 | bacfccce7dbacfccce7b5e |
UTF-8 | 栽摸}栽摸{^ | 111001101010000010111101111001101001000110111000011111011110011010100000101111011110011010010001101110000111101101011110 | e6a0bde691b87de6a0bde691b87b5e |
UHC | 栽摸}栽摸{^ | 1110111010101000110110011011100001111101111011101010100011011001101110000111101101011110 | eea8d9b87deea8d9b87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)