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 | ??S??Z | 001111110011111101010011001111110011111101011010 | 3f3f533f3f5a |
SJIS-WIN | 豈ャS逞セZ | 1110011010101111101011000101001111100111100101111011111001011010 | e6afac53e797be5a |
EUC-JP | 豈ャS逞セZ | 11101100101100011000111010101100010100111110110111110111100011101011111001011010 | ecb18eac53edf78ebe5a |
UTF-8 | 豈ャS逞セZ | 1110100010110001100010001110111110111101101011000101001111101001100000001001111011101111101111011011111001011010 | e8b188efbdac53e9809eefbdbe5a |
UHC | 豈?S逞?Z | 1101000111000010001111110101001111010110110000010011111101011010 | d1c23f53d6c13f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)