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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?ы???㎏^ | 001111111000010010001101001111110011111100111111100001110111001101011110 | 3f848d3f3f3f87735e |
EUC-JP | ?ы????^ | 0011111110100111111011010011111100111111001111110011111101011110 | 3fa7ed3f3f3f3f5e |
UTF-8 | 泥ы슃梨꾩㎏^ | 111011111010011110100011110100011000101111101100100010101000001111101111101001111010001011101010101111101010100111100011100011101000111101011110 | efa7a3d18bec8a83efa7a2eabea9e38e8f5e |
UHC | 泥ы슃梨꾩㎏^ | 11101100101100101010110011101101100110101001010111101100101100011000010011101100101001111011100001011110 | ecb2aced9a95ecb184eca7b85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)