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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謫?難 | 1110011010010011001111111001001111101111 | e6933f93ef |
EUC-JP | 謫盼難 | 11101011111100111000111111001110110110011100011011110001 | ebf38fced9c6f1 |
UTF-8 | 謫盼難 | 111010001010110010101011111001111001101110111100111010011001101110100011 | e8acabe79bbce99ba3 |
UHC | 謫盼難 | 111011101110001111011010111100001101000111110001 | eee3daf0d1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)