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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 偲称ォ\ | 100011101100001110001111110011001010101101011100 | 8ec38fccab5c |
EUC-JP | 偲称ォ\ | 10111100110001011011111011001110100011101010101101011100 | bcc5bece8eab5c |
UTF-8 | 偲称ォ\ | 11100101100000011011001011100111101001111011000011101111101111011010101101011100 | e581b2e7a7b0efbdab5c |
UHC | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)