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 | フ「脛鬮 | 1100110010100010111000111111100011101001101010111111001011111011 | cca2e3f8e9abf2fb |
EUC-JP | フ「脛鬮? | 100011101100110010001110101000101110011011111010111100101010110100111111 | 8ecc8ea2e6faf2ad3f |
UTF-8 | フ「脛鬮 | 111011111011111010001100111011111011110110100010111010001000010010011011111010011010110010101110111011101000100010110010 | efbe8cefbda2e8849be9acaeee88b2 |
UHC | ??脛?? | 001111110011111111001100111010110011111100111111 | 3f3fcceb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)