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 | 綜?宸?淳 | 1001000110001110001111111001101110000010001111111000111101111110 | 918e3f9b823f8f7e |
EUC-JP | 綜?宸?淳 | 1100000111101110001111111101010111100010001111111011110111011111 | c1ee3fd5e23fbddf |
UTF-8 | 綜렰宸렊淳 | 111001111011011010011100111010111010000010110000111001011010111010111000111010111010000010001010111001101011011110110011 | e7b69ceba0b0e5aeb8eba08ae6b7b3 |
UHC | 綜렰宸렊淳 | 11110000111111001000111010111101111000111110010010001110101000011110001011101000 | f0fc8ebde3e48ea1e2e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)