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 | イ鬘 | 11110000111010011011001011101001101000011111100011101010 | f0e9b2e9a1f8ea |
EUC-JP | ?イ鬘? | 001111111000111010110010111100101010001100111111 | 3f8eb2f2a33f |
UTF-8 | イ鬘 | 111011101000001010101000111011111011110110110010111010011010110010011000111011101001101010001001 | ee82a8efbdb2e9ac98ee9a89 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)