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 | ?????I | 001111110011111100111111001111110011111101001001 | 3f3f3f3f3f49 |
SJIS-WIN | 雕オ荵溷多I | 11101000101110001011010111100100101110011001111111100101100100011011110101001001 | e8b8b5e4b99fe591bd49 |
EUC-JP | 雕オ荵溷多I | 1111000010111010100011101011010111101000101110111101111011100111110000101011111101001001 | f0ba8eb5e8bbdee7c2bf49 |
UTF-8 | 雕オ荵溷多I | 11101001100110111001010111101111101111011011010111101000100011011011010111100110101110101011011111100101101001001001101001001001 | e99b95efbdb5e88db5e6bab7e5a49a49 |
UHC | 雕???多I | 1111000011100111001111110011111100111111110100101111110101001001 | f0e73f3f3fd2fd49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)