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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鴫袱鴫袰^ | 100011101011000011100101110111101000111010110000111001011101110001011110 | 8eb0e5de8eb0e5dc5e |
EUC-JP | 鴫袱鴫袰^ | 101111001011001011101010111000001011110010110010111010101101111001011110 | bcb2eae0bcb2eade5e |
UTF-8 | 鴫袱鴫袰^ | 11101001101101001010101111101000101000101011000111101001101101001010101111101000101000101011000001011110 | e9b4abe8a2b1e9b4abe8a2b05e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)