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 | ?貅邊 | 0011111111100110101110101110011110110010 | 3fe6bae7b2 |
EUC-JP | 錟貅邊 | 10001111111001001101110111101100101111001110111010110100 | 8fe4ddecbceeb4 |
UTF-8 | 錟貅邊 | 111010011000110010011111111010001011001010000101111010011000001010001010 | e98c9fe8b285e9828a |
UHC | 錟?邊 | 1101001111001010001111111101110010101011 | d3ca3fdcab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)