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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 邁溽ーァ\ | 11100111101100001001111111100111101100001010011101011100 | e7b09fe7b0a75c |
EUC-JP | 邁溽ーァ\ | 111011101011001011011110111010011000111010110000100011101010011101011100 | eeb2dee98eb08ea75c |
UTF-8 | 邁溽ーァ\ | 11101001100000101000000111100110101110101011110111101111101111011011000011101111101111011010011101011100 | e98281e6babdefbdb0efbda75c |
UHC | 邁???\ | 110110001110010000111111001111110011111101011100 | d8e43f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)