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 | æ½æº\ | 11100110101111011000000111100110101110101000111101011100 | e6bd81e6ba8f5c |
SJIS-WIN | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | æ??æº?\ | 10001111101010011100000100111111001111111000111110101001110000011000111110100010111010110011111101011100 | 8fa9c13f3f8fa9c18fa2eb3f5c |
UTF-8 | æ½æº\ | 11000011101001101100001010111101110000101000000111000011101001101100001010111010110000101000111101011100 | c3a6c2bdc281c3a6c2bac28f5c |
UHC | ��\ | 1010100110100001101010001111011000111111101010011010000110101000101011000011111101011100 | a9a1a8f63fa9a1a8ac3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)