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 | ??腑 | 00111111001111111110010001000100 | 3f3fe444 |
EUC-JP | ?焞腑 | 001111111000111111001001111010101110011110100101 | 3f8fc9eae7a5 |
UTF-8 | 뤦焞腑 | 111010111010010010100110111001111000010010011110111010001000010110010001 | eba4a6e7849ee88591 |
UHC | 뤦焞腑 | 100011111101010011010100110010001101110110110000 | 8fd4d4c8ddb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)