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 | 鄒樊ェ主匡郤 | 1110011110111110100111101110011010101010100011101110010110001011101001111110011110111010 | e7be9ee6aa8ee58ba7e7ba |
EUC-JP | 鄒樊ェ主匡郤 | 111011101100000011011100111010001000111010101010101111001110011110110110101010011110111010111100 | eec0dce88eaabce7b6a9eebc |
UTF-8 | 鄒樊ェ主匡郤 | 111010011000010010010010111001101010100010001010111011111011110110101010111001001011100010111011111001011000110010100001111010011000001110100100 | e98492e6a88aefbdaae4b8bbe58ca1e983a4 |
UHC | 鄒樊?主匡? | 11110101110110111101101111100000001111111111000110101011110011101100010000111111 | f5dbdbe03ff1abcec43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)