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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髯溷沁螻 | 1110100110011001100111111110010110011111100011101110010110110001 | e9999fe59f8ee5b1 |
EUC-JP | 髯溷沁螻 | 1111000111111001110111101110011111011101111011101110101010110011 | f1f9dee7ddeeeab3 |
UTF-8 | 髯溷沁螻 | 111010011010101110101111111001101011101010110111111001101011001010000001111010001001111010111011 | e9abafe6bab7e6b281e89ebb |
UHC | ??沁? | 0011111100111111111000111111111000111111 | 3f3fe3fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)