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 | 癌洩}癌洩{^ | 1000101011100000100010010110101101111101100010101110000010001001011010110111101101011110 | 8ae0896b7d8ae0896b7b5e |
EUC-JP | 癌洩}癌洩{^ | 1011010011100010101100011100110001111101101101001110001010110001110011000111101101011110 | b4e2b1cc7db4e2b1cc7b5e |
UTF-8 | 癌洩}癌洩{^ | 111001111001100110001100111001101011010010101001011111011110011110011001100011001110011010110100101010010111101101011110 | e7998ce6b4a97de7998ce6b4a97b5e |
UHC | 癌洩}癌洩{^ | 1110010011011111111000001101110101111101111001001101111111100000110111010111101101011110 | e4dfe0dd7de4dfe0dd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)