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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 雕撰ス檎ワ^ | 11101000101110001001000011101111101111011000110011100111100000111000111101011110 | e8b890efbd8ce7838f5e |
EUC-JP | 雕撰ス檎ワ^ | 1111000010111010110000001111000110001110101111011011100011101001101001011110111101011110 | f0bac0f18ebdb8e9a5ef5e |
UTF-8 | 雕撰ス檎ワ^ | 11101001100110111001010111100110100100101011000011101111101111011011110111100110101010101000111011100011100000111010111101011110 | e99b95e692b0efbdbde6aa8ee383af5e |
UHC | 雕撰?檎ワ^ | 11110000111001111111001110111100001111111101000011010101101010111110111101011110 | f0e7f3bc3fd0d5abef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)