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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?鞋?儉?B | 0011111111101000110111000011111110011001010011000011111101000010 | 3fe8dc3f994c3f42 |
EUC-JP | ?鞋?儉?B | 0011111111110000110111100011111111010001101011010011111101000010 | 3ff0de3fd1ad3f42 |
UTF-8 | 뤜鞋쵍儉묵B | 11101011101001001001110011101001100111101000101111101100101101011000110111100101100001001000100111101011101011001011010101000010 | eba49ce99e8becb58de58489ebacb542 |
UHC | 뤜鞋쵍儉묵B | 1000111111001011111110111011100110101100100011111100101111111011101110011010110001000010 | 8fcbfbb9ac8fcbfbb9ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)