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 | 沚?義?押 | 1001111110001101001111111000101101100000001111111000100110011111 | 9f8d3f8b603f899f |
EUC-JP | 沚?義?押 | 1101110111101101001111111011010111000001001111111011001010100001 | dded3fb5c13fb2a1 |
UTF-8 | 沚렣義렎押 | 111001101011001010011010111010111010000010100011111001111011111010101001111010111010000010001110111001101000101010111100 | e6b29aeba0a3e7bea9eba08ee68abc |
UHC | 沚렣義렎押 | 11110010101011111000111010110100111010111111100110001110101001001110010011100011 | f2af8eb4ebf98ea4e4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)