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 | Áø²É | 11000001111110001011001011001001 | c1f8b2c9 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | Áø?É | 10001111101010101010000110001111101010011100110000111111100011111010101010110001 | 8faaa18fa9cc3f8faab1 |
UTF-8 | Áø²É | 1100001110000001110000111011100011000010101100101100001110001001 | c381c3b8c2b2c389 |
UHC | ?ø²? | 001111111010100110101010101010011111011100111111 | 3fa9aaa9f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)