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 | ?貅鮓 | 0011111111100110101110101110100110110110 | 3fe6bae9b6 |
EUC-JP | 渶貅鮓 | 10001111110001111110110111101100101111001111001010111000 | 8fc7edecbcf2b8 |
UTF-8 | 渶貅鮓 | 111001101011100010110110111010001011001010000101111010011010111010010011 | e6b8b6e8b285e9ae93 |
UHC | 渶?? | 11100111101101110011111100111111 | e7b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)