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 | 蝪シ闡幀 | 11100101101000011011110011101000100100011001101111101010 | e5a1bce8919bea |
EUC-JP | 蝪シ闡幀 | 1110101010100011100011101011110011101111111100011101011011101100 | eaa38ebceff1d6ec |
UTF-8 | 蝪シ闡幀 | 111010001001110110101010111011111011110110111100111010011001011110100001111001011011100110000000 | e89daaefbdbce997a1e5b980 |
UHC | ??闡幀 | 001111110011111111110100110001011110111111010011 | 3f3ff4c5efd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)