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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雕滓ェ主ケ。 | 111010001011100010011111111001101010101010001110111001011011100110100001 | e8b89fe6aa8ee5b9a1 |
EUC-JP | 雕滓ェ主ケ。 | 111100001011101011011110111010001000111010101010101111001110011110001110101110011000111010100001 | f0badee88eaabce78eb98ea1 |
UTF-8 | 雕滓ェ主ケ。 | 111010011001101110010101111001101011101110010011111011111011110110101010111001001011100010111011111011111011110110111001111011111011110110100001 | e99b95e6bb93efbdaae4b8bbefbdb9efbda1 |
UHC | 雕滓?主?? | 111100001110011111101110101010110011111111110001101010110011111100111111 | f0e7eeab3ff1ab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)