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 | 涇エ闥疲煥 | 111110101111101110110100111010001001001010010100111001101110000010000101 | fafbb4e89294e6e085 |
EUC-JP | 涇エ闥疲煥 | 1000111111000111110001111000111010110100111011111111001011001000111010001101111111100101 | 8fc7c78eb4eff2c8e8dfe5 |
UTF-8 | 涇エ闥疲煥 | 111001101011011010000111111011111011110110110100111010011001011110100101111001111001011010110010111001111000010110100101 | e6b687efbdb4e997a5e796b2e785a5 |
UHC | 涇??疲煥 | 1100110011011100001111110011111111111001101010101111110010111010 | ccdc3f3ff9aafcba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)