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 | 辿足\ | 11101000101111101011111111101000101101101011001101011100 | e8bebfe8b6b35c |
SJIS-WIN | ????¶?\ | 0011111100111111001111110011111110000001111101110011111101011100 | 3f3f3f3f81f73f5c |
EUC-JP | ��\ | 1000111110101011101100100011111110001111101000101100010010001111101010111011001010100010111110010011111101011100 | 8fabb23f8fa2c48fabb2a2f93f5c |
UTF-8 | 辿足\ | 11000011101010001100001010111110110000101011111111000011101010001100001010110110110000101011001101011100 | c3a8c2bec2bfc3a8c2b6c2b35c |
UHC | ?¾¿?¶³\ | 0011111110101000111110101010001010101111001111111010001011010010101010011111100001011100 | 3fa8faa2af3fa2d2a9f85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)