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 | フ「鬮 | 1100110010100010111100101111000011101001101010111111001011101010 | cca2f2f0e9abf2ea |
EUC-JP | フ「?鬮? | 1000111011001100100011101010001000111111111100101010110100111111 | 8ecc8ea23ff2ad3f |
UTF-8 | フ「鬮 | 111011111011111010001100111011111011110110100010111011101000100010100111111010011010110010101110111011101000100010100001 | efbe8cefbda2ee88a7e9acaeee88a1 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)