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 | エ箜レチ」 | 101101001110001010110001110110101100000110100011 | b4e2b1dac1a3 |
EUC-JP | エ箜レチ」 | 10001110101101001110010010110011100011101101101010001110110000011000111010100011 | 8eb4e4b38eda8ec18ea3 |
UTF-8 | エ箜レチ」 | 111011111011110110110100111001111010111010011100111011111011111010011010111011111011111010000001111011111011110110100011 | efbdb4e7ae9cefbe9aefbe81efbda3 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)