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 | 隱洩}隱洩{^ | 1110100010101010100010010110101101111101111010001010101010001001011010110111101101011110 | e8aa896b7de8aa896b7b5e |
EUC-JP | 隱洩}隱洩{^ | 1111000010101100101100011100110001111101111100001010110010110001110011000111101101011110 | f0acb1cc7df0acb1cc7b5e |
UTF-8 | 隱洩}隱洩{^ | 111010011001101010110001111001101011010010101001011111011110100110011010101100011110011010110100101010010111101101011110 | e99ab1e6b4a97de99ab1e6b4a97b5e |
UHC | 隱洩}隱洩{^ | 1110101111011111111000001101110101111101111010111101111111100000110111010111101101011110 | ebdfe0dd7debdfe0dd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)