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 | 雋倬ウァ\ | 11101000101100101001100011101001101100111010011101011100 | e8b298e9b3a75c |
EUC-JP | 雋倬ウァ\ | 111100001011010011010000111010111000111010110011100011101010011101011100 | f0b4d0eb8eb38ea75c |
UTF-8 | 雋倬ウァ\ | 11101001100110111000101111100101100000001010110011101111101111011011001111101111101111011010011101011100 | e99b8be580acefbdb3efbda75c |
UHC | 雋倬??\ | 11110001111001101111011011110000001111110011111101011100 | f1e6f6f03f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)