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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謗щ^ | 111001101000111010000100100010111000000101001111 | e68e848b814f |
EUC-JP | 謗щ^ | 111010111110111010100111111010111010000110110000 | ebeea7eba1b0 |
UTF-8 | 謗щ^ | 1110100010101100100101111101000110001001111011111011110010111110 | e8ac97d189efbcbe |
UHC | 謗щ^ | 110110111011111110101100111010111010001111011110 | dbbfaceba3de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)