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 | 閾セ繽寅彎 | 111010001000011110111110111000111000111110010011110100001001110001011101 | e887bee38f93d09c5d |
EUC-JP | 閾セ繽寅彎 | 11101111111001111000111010111110111001011110111111000110110100101101011110111110 | efe78ebee5efc6d2d7be |
UTF-8 | 閾セ繽寅彎 | 111010011001011010111110111011111011110110111110111001111011100110111101111001011010111110000101111001011011110110001110 | e996beefbdbee7b9bde5af85e5bd8e |
UHC | ???寅彎 | 00111111001111110011111111101100110110011101100010110110 | 3f3f3fecd9d8b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)