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 | 辿足 | 111010001011111010111111111010001011011010110011 | e8bebfe8b6b3 |
SJIS-WIN | ????¶? | 00111111001111110011111100111111100000011111011100111111 | 3f3f3f3f81f73f |
EUC-JP | �� | 10001111101010111011001000111111100011111010001011000100100011111010101110110010101000101111100100111111 | 8fabb23f8fa2c48fabb2a2f93f |
UTF-8 | 辿足 | 110000111010100011000010101111101100001010111111110000111010100011000010101101101100001010110011 | c3a8c2bec2bfc3a8c2b6c2b3 |
UHC | ?¾¿?¶³ | 00111111101010001111101010100010101011110011111110100010110100101010100111111000 | 3fa8faa2af3fa2d2a9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)