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 | 癒⑨?? | 100101101111110010000111010010000011111100111111 | 96fc87483f3f |
EUC-JP | 癒??? | 1100110011111110001111110011111100111111 | ccfe3f3f3f |
UTF-8 | 癒⑨쫼硫 | 111001111001100110010010111000101001000110101000111011001010101110111100111011111010011110001110 | e79992e291a8ecabbcefa78e |
UHC | 癒⑨쫼硫 | 1110101110101000101010001110111110100110100100111110101110101001 | eba8a8efa693eba9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)