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 | 陣綬??? | 10010000011101111000111011111000001111110011111100111111 | 90778ef83f3f3f |
EUC-JP | 陣綬??? | 10111111110110001011110011111010001111110011111100111111 | bfd8bcfa3f3f3f |
UTF-8 | 陣綬롋렡롘 | 111010011001100110100011111001111011011010101100111010111010000110001011111010111010000010100001111010111010000110011000 | e999a3e7b6aceba18beba0a1eba198 |
UHC | 陣綬롋렡롘 | 11110010111001101110001010111000100011101101000110001110101100101000111011011100 | f2e6e2b88ed18eb28edc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)