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 | 髣「荵溷擠 | 111010011001011110100010111001001011100110011111111001011001110110101001 | e997a2e4b99fe59da9 |
EUC-JP | 髣「荵溷擠 | 11110001111101111000111010100010111010001011101111011110111001111101101010101011 | f1f78ea2e8bbdee7daab |
UTF-8 | 髣「荵溷擠 | 111010011010101110100011111011111011110110100010111010001000110110110101111001101011101010110111111001101001001110100000 | e9aba3efbda2e88db5e6bab7e693a0 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)