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 | ?①?傲 | 001111111000011101000000001111111001100011111100 | 3f87403f98fc |
EUC-JP | 焰??傲 | 10001111110010011110111100111111001111111101000011111110 | 8fc9ef3f3fd0fe |
UTF-8 | 焰①텫傲 | 111001111000010010110000111000101001000110100000111011011000010110101011111001011000001010110010 | e784b0e291a0ed85abe582b2 |
UHC | 焰①텫傲 | 1110011011111011101010001110011110110110100111111110011111101100 | e6fba8e7b69fe7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)