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 | 蝪シ闡幎蕩 | 111001011010000110111100111010001001000110011011111010111001001110100000 | e5a1bce8919beb93a0 |
EUC-JP | 蝪シ闡幎蕩 | 11101010101000111000111010111100111011111111000111010110111011011100011010100010 | eaa38ebceff1d6edc6a2 |
UTF-8 | 蝪シ闡幎蕩 | 111010001001110110101010111011111011110110111100111010011001011110100001111001011011100110001110111010001001010110101001 | e89daaefbdbce997a1e5b98ee895a9 |
UHC | ??闡?蕩 | 00111111001111111111010011000101001111111111011110111001 | 3f3ff4c53ff7b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)