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 | ?肯彬寃 | 00111111100011010110110110010101011010101001101110000011 | 3f8d6d956a9b83 |
EUC-JP | 勖肯彬寃 | 100011111011001111101101101110011100111011001001110010111101010111100011 | 8fb3edb9cec9cbd5e3 |
UTF-8 | 勖肯彬寃 | 111001011000101110010110111010001000001010101111111001011011110110101100111001011010111110000011 | e58b96e882afe5bdace5af83 |
UHC | 勖肯彬寃 | 1110100111101101110100001110100111011110101011111110101010110010 | e9edd0e9deafeab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)