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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 沚?義?憶?F | 10011111100011010011111110001011011000000011111110001001101011110011111101000110 | 9f8d3f8b603f89af3f46 |
EUC-JP | 沚?義?憶?F | 11011101111011010011111110110101110000010011111110110010101100010011111101000110 | dded3fb5c13fb2b13f46 |
UTF-8 | 沚렣義렎憶렧F | 11100110101100101001101011101011101000001010001111100111101111101010100111101011101000001000111011100110100001101011011011101011101000001010011101000110 | e6b29aeba0a3e7bea9eba08ee686b6eba0a746 |
UHC | 沚렣義렎憶렧F | 11110010101011111000111010110100111010111111100110001110101001001110010111100011100011101011011001000110 | f2af8eb4ebf98ea4e5e38eb646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)