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 | ????~B | 001111110011111100111111001111110111111001000010 | 3f3f3f3f7e42 |
SJIS-WIN | 篠自篠治~B | 10001110110000101000111010101001100011101100001010001110101000010111111001000010 | 8ec28ea98ec28ea17e42 |
EUC-JP | 篠自篠治~B | 10111100110001001011110010101011101111001100010010111100101000110111111001000010 | bcc4bcabbcc4bca37e42 |
UTF-8 | 篠自篠治~B | 1110011110101111101000001110100010000111101010101110011110101111101000001110011010110010101110110111111001000010 | e7afa0e887aae7afa0e6b2bb7e42 |
UHC | 篠自篠治~B | 11100001110001101110110110111011111000011100011011110110101111010111111001000010 | e1c6edbbe1c6f6bd7e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)