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 | 洩卒}洩卒{^ | 1000100101101011100100011011001001111101100010010110101110010001101100100111101101011110 | 896b91b27d896b91b27b5e |
EUC-JP | 洩卒}洩卒{^ | 1011000111001100110000101011010001111101101100011100110011000010101101000111101101011110 | b1ccc2b47db1ccc2b47b5e |
UTF-8 | 洩卒}洩卒{^ | 111001101011010010101001111001011000110110010010011111011110011010110100101010011110010110001101100100100111101101011110 | e6b4a9e58d927de6b4a9e58d927b5e |
UHC | 洩卒}洩卒{^ | 1110000011011101111100001110111101111101111000001101110111110000111011110111101101011110 | e0ddf0ef7de0ddf0ef7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)