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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ?ы????\ | 0011111110000100100011010011111100111111001111110011111101011100 | 3f848d3f3f3f3f5c |
EUC-JP | ?ы????\ | 0011111110100111111011010011111100111111001111110011111101011100 | 3fa7ed3f3f3f3f5c |
UTF-8 | 泥ы슌梨듭쮷\ | 111011111010011110100011110100011000101111101100100010101000110011101111101001111010001011101011100100111010110111101100101011101011011101011100 | efa7a3d18bec8a8cefa7a2eb93adecaeb75c |
UHC | 泥ы슌梨듭쮷\ | 11101100101100101010110011101101100110101001110011101100101100011011010111101100101010001001010001011100 | ecb2aced9a9cecb1b5eca8945c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)