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 | 軾炫}軾炫{^ | 1110011101100111111110110101001001111101111001110110011111111011010100100111101101011110 | e767fb527de767fb527b5e |
EUC-JP | 軾炫}軾炫{^ | 11101101110010001000111111001001110100110111110111101101110010001000111111001001110100110111101101011110 | edc88fc9d37dedc88fc9d37b5e |
UTF-8 | 軾炫}軾炫{^ | 111010001011101110111110111001111000001010101011011111011110100010111011101111101110011110000010101010110111101101011110 | e8bbbee782ab7de8bbbee782ab7b5e |
UHC | 軾炫}軾炫{^ | 1110001111011100111110101101101101111101111000111101110011111010110110110111101101011110 | e3dcfadb7de3dcfadb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)