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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 淫??庸? | 10001000111110100011111100111111100101110110011000111111 | 88fa3f3f97663f |
EUC-JP | 淫??庸? | 10110000111111000011111100111111110011011100011100111111 | b0fc3f3fcdc73f |
UTF-8 | 淫띠꽍庸뇀 | 111001101011011110101011111010111001110110100000111010101011110110001101111001011011101010111000111010111000011110000000 | e6b7abeb9da0eabd8de5bab8eb8780 |
UHC | 淫띠꽍庸뇀 | 11101011111000101011011011101100100001001001110111101001101111001000011101101000 | ebe2b6ec849de9bc8768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)