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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | シ・シ茣ュ | 11110010101111101011110011110001100011101010010110111100111001001011001010101101 | f2bebcf18ea5bce4b2ad |
EUC-JP | ?シ?・シ茣ュ | 001111111000111010111100001111111000111010100101100011101011110011101000101101001000111010101101 | 3f8ebc3f8ea58ebce8b48ead |
UTF-8 | シ・シ茣ュ | 111011101000011110110101111011111011110110111100111011101000010010001001111011111011110110100101111011111011110110111100111010001000110010100011111011111011110110101101 | ee87b5efbdbcee8489efbda5efbdbce88ca3efbdad |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)