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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 雕滓ェ主聖] | 11101000101110001001111111100110101010101000111011100101100100001011100101011101 | e8b89fe6aa8ee590b95d |
EUC-JP | 雕滓ェ主聖] | 1111000010111010110111101110100010001110101010101011110011100111110000001011101101011101 | f0badee88eaabce7c0bb5d |
UTF-8 | 雕滓ェ主聖] | 11101001100110111001010111100110101110111001001111101111101111011010101011100100101110001011101111101000100000011001011001011101 | e99b95e6bb93efbdaae4b8bbe881965d |
UHC | 雕滓?主聖] | 11110000111001111110111010101011001111111111000110101011111000011010000101011101 | f0e7eeab3ff1abe1a15d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)