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 | 髱洩}髱洩{^ | 1110100110011101100010010110101101111101111010011001110110001001011010110111101101011110 | e99d896b7de99d896b7b5e |
EUC-JP | 髱洩}髱洩{^ | 1111000111111101101100011100110001111101111100011111110110110001110011000111101101011110 | f1fdb1cc7df1fdb1cc7b5e |
UTF-8 | 髱洩}髱洩{^ | 111010011010101110110001111001101011010010101001011111011110100110101011101100011110011010110100101010010111101101011110 | e9abb1e6b4a97de9abb1e6b4a97b5e |
UHC | ?洩}?洩{^ | 001111111110000011011101011111010011111111100000110111010111101101011110 | 3fe0dd7d3fe0dd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)