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 | 闍槻キ繞讃 | 111010001000101110010010110011101011011111100011100001011000111001011101 | e88b92ceb7e3858e5d |
EUC-JP | 闍槻キ繞讃 | 11101111111010111100010011010000100011101011011111100101111001011011101110111110 | efebc4d08eb7e5e5bbbe |
UTF-8 | 闍槻キ繞讃 | 111010011001011110001101111001101010011110111011111011111011110110110111111001111011100110011110111010001010111010000011 | e9978de6a7bbefbdb7e7b99ee8ae83 |
UHC | ?槻?繞? | 00111111110100001010011100111111111010011010010000111111 | 3fd0a73fe9a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)