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 | ?貅鬢 | 0011111111100110101110101110100110100100 | 3fe6bae9a4 |
EUC-JP | 錟貅鬢 | 10001111111001001101110111101100101111001111001010100110 | 8fe4ddecbcf2a6 |
UTF-8 | 錟貅鬢 | 111010011000110010011111111010001011001010000101111010011010110010100010 | e98c9fe8b285e9aca2 |
UHC | 錟?? | 11010011110010100011111100111111 | d3ca3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)