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 | 隍・繧九○ | 111010001010010010100101111000111000001010001011111000111000000110011011 | e8a4a5e3828be3819b |
EUC-JP | 隍・繧九○ | 11110000101001101000111010100101111001011110001010110110111001011010000111111011 | f0a68ea5e5e2b6e5a1fb |
UTF-8 | 隍・繧九○ | 111010011001101010001101111011111011110110100101111001111011100110100111111001001011100110011101111000101001011110001011 | e99a8defbda5e7b9a7e4b99de2978b |
UHC | 隍??九○ | 1111110011011011001111110011111111001110111110101010000111011011 | fcdb3f3fcefaa1db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)