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 | 沚?義?有 | 1001111110001101001111111000101101100000001111111001011101001100 | 9f8d3f8b603f974c |
EUC-JP | 沚?義?有 | 1101110111101101001111111011010111000001001111111100110110101101 | dded3fb5c13fcdad |
UTF-8 | 沚렣義렎有 | 111001101011001010011010111010111010000010100011111001111011111010101001111010111010000010001110111001101001110010001001 | e6b29aeba0a3e7bea9eba08ee69c89 |
UHC | 沚렣義렎有 | 11110010101011111000111010110100111010111111100110001110101001001110101011110011 | f2af8eb4ebf98ea4eaf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)