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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 涇エ闥疲煥貍 | 1111101011111011101101001110100010010010100101001110011011100000100001011110011010111100 | fafbb4e89294e6e085e6bc |
EUC-JP | 涇エ闥疲煥貍 | 10001111110001111100011110001110101101001110111111110010110010001110100011011111111001011110110010111110 | 8fc7c78eb4eff2c8e8dfe5ecbe |
UTF-8 | 涇エ闥疲煥貍 | 111001101011011010000111111011111011110110110100111010011001011110100101111001111001011010110010111001111000010110100101111010001011001010001101 | e6b687efbdb4e997a5e796b2e785a5e8b28d |
UHC | 涇??疲煥? | 110011001101110000111111001111111111100110101010111111001011101000111111 | ccdc3f3ff9aafcba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)