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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鄒樊ェ惹 | 11100111101111101001111011100110101010101000111011100100 | e7be9ee6aa8ee4 |
EUC-JP | 鄒樊ェ惹 | 1110111011000000110111001110100010001110101010101011110011100110 | eec0dce88eaabce6 |
UTF-8 | 鄒樊ェ惹 | 111010011000010010010010111001101010100010001010111011111011110110101010111001101000001110111001 | e98492e6a88aefbdaae683b9 |
UHC | 鄒樊?惹 | 11110101110110111101101111100000001111111110010110101001 | f5dbdbe03fe5a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)