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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 薰。闥秘 | 11111011100111101010000111101000100100101001010011101001 | fb9ea1e89294e9 |
EUC-JP | ?。闥秘 | 00111111100011101010000111101111111100101100100011101011 | 3f8ea1eff2c8eb |
UTF-8 | 薰。闥秘 | 111010001001011010110000111011111011110110100001111010011001011110100101111001111010011110011000 | e896b0efbda1e997a5e7a798 |
UHC | 薰??秘 | 111111011011100100111111001111111101110111111010 | fdb93f3fddfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)