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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譓錮」タ | 1111101110101011111001111111110010100011110000001111000111100110 | fbabe7fca3c0f1e6 |
EUC-JP | 譓錮」タ? | 10001111110111101100101111101110111111101000111010100011100011101100000000111111 | 8fdecbeefe8ea38ec03f |
UTF-8 | 譓錮」タ | 111010001010110110010011111010011000110010101110111011111011110110100011111011111011111010000000111011101000010110100001 | e8ad93e98caeefbda3efbe80ee85a1 |
UHC | ?錮??? | 001111111100110111010001001111110011111100111111 | 3fcdd13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)