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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 丈燻 | 10001111111001001110000010001110 | 8fe4e08e |
EUC-JP | 丈燻 | 10111110111001101101111111101110 | bee6dfee |
UTF-8 | 丈燻 | 111001001011100010001000111001111000011110111011 | e4b888e787bb |
UHC | 丈燻 | 11101101110110111111110110111000 | eddbfdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)