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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | シタシコ丞ソ^ | 1011110011000000101111001011101010001111111001011011111101011110 | bcc0bcba8fe5bf5e |
EUC-JP | シタシコ丞ソ^ | 10001110101111001000111011000000100011101011110010001110101110101011111011100111100011101011111101011110 | 8ebc8ec08ebc8ebabee78ebf5e |
UTF-8 | シタシコ丞ソ^ | 11101111101111011011110011101111101111101000000011101111101111011011110011101111101111011011101011100100101110001001111011101111101111011011111101011110 | efbdbcefbe80efbdbcefbdbae4b89eefbdbf5e |
UHC | ????丞?^ | 0011111100111111001111110011111111100011101010100011111101011110 | 3f3f3f3fe3aa3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)